/external/google-breakpad/src/common/linux/ |
D | dump_symbols_unittest.cc | 108 SHT_DYNSYM, // type in TEST_F() 148 SHT_DYNSYM, // type in TEST_F()
|
D | dump_symbols.cc | 654 FindElfSectionByName<ElfClass>(".dynsym", SHT_DYNSYM, in LoadSymbols()
|
/external/elfutils/libelf/ |
D | nlist.c | 108 if (shdr->sh_type == SHT_DYNSYM) in nlist()
|
D | elf32_updatenull.c | 252 case SHT_DYNSYM: in __elfw2()
|
D | elf_getdata.c | 62 [SHT_DYNSYM] = ELF_T_SYM,
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 204 #define SHT_DYNSYM 11 macro
|
/external/llvm/test/Object/ |
D | invalid.test | 13 SECTION-NEXT: Type: SHT_DYNSYM
|
D | readobj-shared-object.test | 41 ELF: Type: SHT_DYNSYM
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 466 SymTable.sh_type != ELF::SHT_DYNSYM) in getSHNDXTable() 476 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()
|
D | ELFObjectFile.h | 263 SymTable->sh_type == ELF::SHT_DYNSYM); in toDRI() 761 case ELF::SHT_DYNSYM: { in ELFObjectFile()
|
/external/elfutils/src/ |
D | arlib.c | 229 symtype = SHT_DYNSYM; in arlib_add_symbols()
|
D | nm.c | 335 symsec_type = SHT_DYNSYM; in parse_opt() 1533 if (symsec_type == SHT_DYNSYM in handle_elf()
|
D | strip.c | 818 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1254 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1276 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM); in handle_elf()
|
D | unstrip.c | 360 case SHT_DYNSYM: in section_can_shrink() 1597 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections() 1637 if (shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
|
D | elfcmp.c | 335 case SHT_DYNSYM: in main()
|
D | elflint.c | 1041 && shdr->sh_type == SHT_DYNSYM) in check_symtab() 2294 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM) in check_hash() 2912 if (symshdr->sh_type != SHT_DYNSYM) in check_versym() 3601 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 }, 4104 case SHT_DYNSYM: in check_sections()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 166 if (cr_sht->sh_type == SHT_DYNSYM) { in load_segments()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 277 #define SHT_DYNSYM 11 macro
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 166 if (cr_sht->sh_type == SHT_DYNSYM) { in load_segments()
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 265 section_locator.Locate(SHT_DYNSYM, ".dynsym"), in main()
|
/external/libunwind/src/ |
D | elfxx.c | 174 case SHT_DYNSYM: in elf_w() 325 case SHT_DYNSYM: in elf_w()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 713 SHT_DYNSYM = 11, // Symbol table. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 676 SHT_DYNSYM = 11, // Symbol table. enumerator
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 504 case SHT_DYNSYM: in main()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 78 case ELF::SHT_DYNSYM: in dump()
|