| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 67 DWARFMappedHash::DIEInfoArray hash_data; in GetGlobalVariables() local 68 if (m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data)) in GetGlobalVariables() 69 DWARFMappedHash::ExtractDIEArray(hash_data, offsets); in GetGlobalVariables() 77 DWARFMappedHash::DIEInfoArray hash_data; in GetGlobalVariables() local 79 cu.GetOffset(), cu.GetNextCompileUnitOffset(), hash_data)) in GetGlobalVariables() 80 DWARFMappedHash::ExtractDIEArray(hash_data, offsets); in GetGlobalVariables() 154 DWARFMappedHash::DIEInfoArray hash_data; in GetFunctions() local 155 if (m_apple_names_up->AppendAllDIEsThatMatchingRegex(regex, hash_data)) in GetFunctions() 156 DWARFMappedHash::ExtractDIEArray(hash_data, offsets); in GetFunctions()
|
| H A D | HashedNameToDIE.cpp | 281 hash_data.offset = in Read() 288 hash_data.tag = (dw_tag_t)form_value.Unsigned(); in Read() 296 hash_data.qualified_name_hash = form_value.Unsigned(); in Read() 317 strm.Printf("{0x%8.8x}", hash_data.offset); in Dump() 326 strm.Printf("DW_TAG_(0x%4.4x)", hash_data.tag); in Dump() 330 strm.Printf("0x%2.2x", hash_data.type_flags); in Dump() 331 if (hash_data.type_flags) { in Dump() 340 strm.Printf("0x%8.8x", hash_data.qualified_name_hash); in Dump() 369 hash_data.resize(count); in ReadHashData() 371 if (!m_header.Read(m_data, &offset, hash_data[i])) in ReadHashData() [all …]
|
| H A D | HashedNameToDIE.h | 107 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const; 109 void Dump(lldb_private::Stream &strm, const DIEInfo &hash_data) const; 125 HashData &hash_data) const override;
|
| /freebsd-12.1/lib/libsecureboot/ |
| H A D | libsecureboot-priv.h | 39 } hash_data; typedef 43 void ve_forbidden_digest_add(hash_data *digest, size_t); 66 hash_data* efi_get_forbidden_digests(size_t *count);
|
| H A D | vets.c | 52 typedef VECTOR(hash_data) digest_list; 235 ve_forbidden_digest_add(hash_data *digest, size_t num) in ve_forbidden_digest_add() 473 hash_data *digest; in check_forbidden_digests()
|
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | hash.c | 51 struct hash_data { struct 155 struct hash_data *hd = arg; in hash_find_list_cb() 173 struct hash_data hd; in hash_find_iter() 188 struct hash_data *hd = arg; in hash_find_first_cb() 201 struct hash_data hd; in hash_find()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 264 HashData &hash_data) const = 0; 287 std::function<bool(const HashData &hash_data)> const &callback) const { in ForEach() 292 HashData hash_data; in ForEach() local 293 if (ReadHashData(hash_data_offset, hash_data)) { in ForEach() 295 if (callback(hash_data) == false) in ForEach()
|
| /freebsd-12.1/contrib/bearssl/src/rsa/ |
| H A D | rsa_oaep_pad.c | 33 hash_data(const br_hash_class *dig, void *dst, const void *src, size_t len) in hash_data() function 88 hash_data(dig, buf + 1 + hlen, label, label_len); in br_rsa_oaep_pad()
|
| /freebsd-12.1/lib/libsecureboot/efi/ |
| H A D | efi_variables.c | 171 hash_data* 175 hash_data *digests; in efi_get_forbidden_digests() 232 (digest_count + 1) * sizeof(hash_data)); in efi_get_forbidden_digests()
|
| H A D | efi_init.c | 39 hash_data *digests; in ve_efi_init()
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKcaptab.sh | 190 static const HashData hash_data[2] = { 197 return &hash_data[(termcap != FALSE)];
|
| /freebsd-12.1/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_server.c | 219 hash_data(br_ssl_server_context *ctx, in hash_data() function 316 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF, in do_ecdhe_part1()
|
| H A D | ssl_hs_server.t0 | 164 hash_data(br_ssl_server_context *ctx, 261 hv_len = hash_data(ctx, ctx->eng.pad, algo_id & 0xFF,
|