/external/chromium_org/courgette/ |
D | types_elf.h | 85 SHT_DYNSYM = 11, enumerator
|
/external/elfutils/0.153/libelf/ |
D | nlist.c | 129 if (shdr->sh_type == SHT_DYNSYM) in nlist()
|
D | elf32_updatenull.c | 256 case SHT_DYNSYM: in __elfw2()
|
D | elf_getdata.c | 83 [SHT_DYNSYM] = ELF_T_SYM,
|
/external/elfutils/0.153/src/ |
D | arlib.c | 236 symtype = SHT_DYNSYM; in arlib_add_symbols()
|
D | nm.c | 346 symsec_type = SHT_DYNSYM; in parse_opt() 1432 if (symsec_type == SHT_DYNSYM in handle_elf()
|
D | strip.c | 771 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1171 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM in handle_elf() 1194 assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM); in handle_elf()
|
D | unstrip.c | 326 case SHT_DYNSYM: in section_can_shrink() 1530 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections() 1570 if (shdr_mem.sh_type == SHT_DYNSYM) in copy_elided_sections()
|
D | elfcmp.c | 342 case SHT_DYNSYM: in main()
|
D | elflint.c | 1010 && shdr->sh_type == SHT_DYNSYM) in check_symtab() 2181 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM) in check_hash() 2699 if (symshdr->sh_type != SHT_DYNSYM) in check_versym() 3348 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 }, 3786 case SHT_DYNSYM: in check_sections()
|
D | ldgeneric.c | 1173 || unlikely (shdr->sh_type == SHT_DYNSYM)) in add_relocatable_file() 1495 if (unlikely (shndx == SHN_ABS) && secttype == SHT_DYNSYM) in add_relocatable_file() 1562 newp->in_dso = secttype == SHT_DYNSYM; in add_relocatable_file() 2079 res = add_relocatable_file (fileinfo, SHT_DYNSYM); in file_process2() 2480 new_generated_scn (scn_dot_dynsym, ".dynsym", SHT_DYNSYM, SHF_ALLOC, in ld_generic_generate_sections() 3297 assert (head->type != SHT_DYNSYM || head->kind != scn_normal); in ld_generic_create_sections()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 306 #define SHT_DYNSYM 11 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 277 #define SHT_DYNSYM 11 macro
|
/external/libunwind/src/ |
D | elfxx.c | 114 case SHT_DYNSYM: in elf_w()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 139 SHT_DYNSYM = 11, /* like symtab, but more for dynamic linking */ enumerator
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 936 case SHT_DYNSYM: in CreateSections() 1197 symtab_hdr->sh_type == SHT_DYNSYM); in ParseSymbolTable() 1738 CASE_AND_STREAM(s, SHT_DYNSYM , kStrWidth); in DumpELFSectionHeader_sh_type()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 71 case ELF::SHT_DYNSYM: in dump()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 41 ELF: Type: SHT_DYNSYM
|
/external/chromium_org/base/third_party/symbolize/ |
D | symbolize.cc | 359 SHT_DYNSYM, &symtab)) { in GetSymbolFromObjectFile()
|
/external/qemu/include/ |
D | elf.h | 1323 #define SHT_DYNSYM 11 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1273 SHT_DYNSYM = 11, // Symbol table. enumerator
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-elf.c | 606 if (ss->dynshdr.sh_type != SHT_DYNSYM) in symsrc__init()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 314 ECase(SHT_DYNSYM) in enumeration()
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_module_getdwarf.c | 592 case SHT_DYNSYM: in load_symtab()
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 674 case ELF::SHT_DYNSYM: { in ELFFile()
|