Searched refs:SHT_DYNSYM (Results 1 - 25 of 36) sorted by relevance

12

/external/google-breakpad/src/common/linux/
H A Ddump_symbols_unittest.cc108 SHT_DYNSYM, // type
148 SHT_DYNSYM, // type
H A Ddump_symbols.cc654 FindElfSectionByName<ElfClass>(".dynsym", SHT_DYNSYM,
/external/elfutils/libelf/
H A Dnlist.c108 if (shdr->sh_type == SHT_DYNSYM)
H A Delf32_updatenull.c252 case SHT_DYNSYM:
H A Delf_getdata.c62 [SHT_DYNSYM] = ELF_T_SYM,
/external/elfutils/src/
H A Darlib.c229 symtype = SHT_DYNSYM;
H A Dnm.c335 symsec_type = SHT_DYNSYM;
1533 if (symsec_type == SHT_DYNSYM
H A Dstrip.c818 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
891 + SHT_SYMTAB and SHT_DYNSYM in sh_link to string table
1254 if (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
1276 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM);
H A Dunstrip.c361 case SHT_DYNSYM:
1599 if (shdr_mem.sh_type == SHT_SYMTAB || shdr_mem.sh_type == SHT_DYNSYM)
1639 if (shdr_mem.sh_type == SHT_DYNSYM)
H A Delfcmp.c335 case SHT_DYNSYM:
H A Delflint.c1041 && shdr->sh_type == SHT_DYNSYM)
2294 if (symshdr != NULL && symshdr->sh_type != SHT_DYNSYM)
2912 if (symshdr->sh_type != SHT_DYNSYM)
3601 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 },
4104 case SHT_DYNSYM:
/external/syslinux/com32/include/sys/
H A Delfcommon.h204 #define SHT_DYNSYM 11 macro
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c166 if (cr_sht->sh_type == SHT_DYNSYM) {
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c166 if (cr_sht->sh_type == SHT_DYNSYM) {
/external/llvm/include/llvm/Object/
H A DELF.h466 SymTable.sh_type != ELF::SHT_DYNSYM)
476 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM)
H A DELFObjectFile.h263 SymTable->sh_type == ELF::SHT_DYNSYM);
761 case ELF::SHT_DYNSYM: {
/external/kernel-headers/original/uapi/linux/
H A Delf.h277 #define SHT_DYNSYM 11 macro
/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc265 section_locator.Locate(SHT_DYNSYM, ".dynsym"),
/external/libunwind/src/
H A Delfxx.c174 case SHT_DYNSYM:
325 case SHT_DYNSYM:
/external/elfutils/tests/
H A Delfstrmerge.c504 case SHT_DYNSYM:
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp78 case ELF::SHT_DYNSYM:
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h713 SHT_DYNSYM = 11, // Symbol table. enumerator in enum:llvm::ELF::__anon19692
/external/llvm/include/llvm/Support/
H A DELF.h676 SHT_DYNSYM = 11, // Symbol table.
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp368 ECase(SHT_DYNSYM)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h677 SHT_DYNSYM = 11, // Symbol table.

Completed in 547 milliseconds

12