Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm/test/Object/
Dno-section-header-string-table.test8 CHECK: Type: SHT_SYMTAB (0x2)
Dinvalid.test26 SECTION-NEXT: Type: SHT_SYMTAB
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dno-section-header-string-table.test8 CHECK: Type: SHT_SYMTAB (0x2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dstrip-all-gnu.test16 Type: SHT_SYMTAB
Dmany-sections.test39 SECS-NEXT: Type: SHT_SYMTAB
Dremove-section.test79 # CHECK: Type: SHT_SYMTAB (0x2)
Dremove-multiple-sections.test91 # CHECK: Type: SHT_SYMTAB (0x2)
Dbasic-archive-copy.test78 # CHECK-NEXT: Type: SHT_SYMTAB
Dsegment-shift-section-remove.test96 # CHECK-NEXT: Type: SHT_SYMTAB (0x2)
Dsegment-test-remove-section.test101 # CHECK-NEXT: Type: SHT_SYMTAB (0x2)
/external/elfutils/tests/
Dasm-tst7.c119 if (shdr->sh_type != SHT_SYMTAB) in main()
Dasm-tst8.c120 if (shdr->sh_type != SHT_SYMTAB) in main()
Dsectiondump.c122 case SHT_SYMTAB: in handle_section()
Dasm-tst3.c48 [3] = SHT_SYMTAB,
Delfstrmerge.c204 if (symtabshdr->sh_type == SHT_SYMTAB) in main()
504 case SHT_SYMTAB: in main()
/external/elfutils/libasm/
Ddisasm_cb.c86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
/external/elfutils/libelf/
Dnlist.c100 if (shdr->sh_type == SHT_SYMTAB) in nlist()
/external/llvm/include/llvm/Object/
DELF.h465 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
476 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Delf_nodata.ll71 ; CHECK: Type: SHT_SYMTAB
/external/elfutils/src/
Darlib.c231 symtype = SHT_SYMTAB; in arlib_add_symbols()
/external/bcc/src/cc/
Dbcc_elf.c308 if (header.sh_type != SHT_SYMTAB && header.sh_type != SHT_DYNSYM) in listsymbols()
753 if (header.sh_type != SHT_SYMTAB && header.sh_type != SHT_DYNSYM) in bcc_free_memory_with_file()
/external/kernel-headers/original/uapi/linux/
Delf.h269 #define SHT_SYMTAB 2 macro
/external/vixl/examples/aarch32/
Ddisasm-a32.cc273 section_locator.Locate(SHT_SYMTAB, ".symtab"), in main()
/external/elfutils/libdwfl/
Drelocate.c133 if ((shdr->sh_type == SHT_SYMTAB in relocate_getsym()
143 case SHT_SYMTAB: in relocate_getsym()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h578 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
600 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()

123