/third_party/elfutils/libelf/ |
H A 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/ |
H A 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()
|
H A D | nm.c | 726 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() 786 for (cnt = 0; cnt < nsyms; ++cnt) in show_symbols_sysv() 930 GElf_SymX *syms, size_t nsyms) in show_symbols_bsd() 943 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_bsd() 1062 size_t nsyms) in show_symbols_posix() 1075 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_posix() 725 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) show_symbols_sysv() argument 928 show_symbols_bsd(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fname, const char *fullname, GElf_SymX *syms, size_t nsyms) show_symbols_bsd() argument 1060 show_symbols_posix(Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, const char *prefix, const char *fullname, GElf_SymX *syms, size_t nsyms) show_symbols_posix() argument
|
H A 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() 3289 (nzero_counts * 100.0) / nsyms); in print_hash_info() 3343 uint_fast32_t nsyms = 0; in handle_sysv_hash() local 3350 ++nsyms; in handle_sysv_hash() 3366 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash() 3409 uint_fast32_t nsyms in handle_sysv_hash64() local 3234 print_hash_info(Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, uint_fast32_t maxlength, Elf32_Word nbucket, uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) print_hash_info() argument 3493 uint_fast32_t nsyms = 0; handle_gnu_hash() local [all...] |
/third_party/elfutils/libasm/ |
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 423 uint64_t SymtabSize = Symtab.nsyms; in checkSymtabCommand() 435 return malformedError("symoff field plus nsyms field times sizeof(" + 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 in symbol_end() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_arm64.cpp | 30 NumSymbols(Obj.getSymtabLoadCommand().nsyms) {} in MachOLinkGraphBuilder_arm64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 532 IO.mapRequired("nsyms", LoadCommand.nsyms); in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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/ |
H A D | MachO.h | 689 uint32_t nsyms; member 1054 sys::swapByteOrder(lc.nsyms); in swapStruct()
|