/third_party/elfutils/libelf/ |
D | nlist.c | 69 size_t nsyms; in nlist() local 130 nsyms = (shdr->sh_size in nlist() 134 table = nlist_fshash_init (nsyms); in nlist() 142 for (cnt = 0; cnt < nsyms; ++cnt) in nlist()
|
/third_party/elfutils/src/ |
D | arlib.c | 163 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); in arlib_finalize() local 165 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt) in arlib_finalize() 257 int nsyms = shdr->sh_size / shdr->sh_entsize; in arlib_add_symbols() local 258 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx) in arlib_add_symbols()
|
D | nm.c | 726 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() argument 786 for (cnt = 0; cnt < nsyms; ++cnt) in show_symbols_sysv() 930 GElf_SymX *syms, size_t nsyms) in show_symbols_bsd() argument 943 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_bsd() 1062 size_t nsyms) in show_symbols_posix() argument 1075 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_posix()
|
D | readelf.c | 2536 unsigned int nsyms = data->d_size / (class == ELFCLASS32 in handle_symtab() local 2542 nsyms), in handle_symtab() 2544 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms); in handle_symtab() 2559 for (unsigned int cnt = 0; cnt < nsyms; ++cnt) in handle_symtab() 3236 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) in print_hash_info() argument 3288 (nzero_counts * 100.0) / nsyms); in print_hash_info() 3342 uint_fast32_t nsyms = 0; in handle_sysv_hash() local 3349 ++nsyms; in handle_sysv_hash() 3365 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash() 3408 uint_fast32_t nsyms = 0; in handle_sysv_hash64() local [all …]
|
/third_party/elfutils/libasm/ |
D | disasm_cb.c | 98 int nsyms = shdr->sh_size / shdr->sh_entsize; in read_symtab_exec() local 99 for (int cnt = 1; cnt < nsyms; ++cnt) in read_symtab_exec()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 450 int nsyms; in gst_vulkan_window_xcb_handle_event() local 458 nsyms = xkb_state_key_get_syms (priv->xkb_state, kp->detail, &syms); in gst_vulkan_window_xcb_handle_event() 466 if (nsyms <= 0) in gst_vulkan_window_xcb_handle_event() 469 for (int i = 0; i < nsyms; i++) { in gst_vulkan_window_xcb_handle_event()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 423 uint64_t SymtabSize = Symtab.nsyms; in checkSymtabCommand() 1628 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 1635 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 1640 if (Dysymtab.nextdefsym != 0 && Dysymtab.iextdefsym > Symtab.nsyms) { in MachOObjectFile() 1647 if (Dysymtab.nextdefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 1653 if (Dysymtab.nundefsym != 0 && Dysymtab.iundefsym > Symtab.nsyms) { in MachOObjectFile() 1660 if (Dysymtab.nundefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 2483 if (!SymtabLoadCmd || Symtab.nsyms == 0) in symbol_begin() 2492 if (!SymtabLoadCmd || Symtab.nsyms == 0) in symbol_end() 2499 Symtab.nsyms * SymbolTableEntrySize; in symbol_end() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_arm64.cpp | 30 NumSymbols(Obj.getSymtabLoadCommand().nsyms) {} in MachOLinkGraphBuilder_arm64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 675 uint32_t nsyms; member 1023 sys::swapByteOrder(lc.nsyms); in swapStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 689 uint32_t nsyms; member 1054 sys::swapByteOrder(lc.nsyms); in swapStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 532 IO.mapRequired("nsyms", LoadCommand.nsyms); in mapping()
|