Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dadd-symbol-no-symtab.test5 ## If a non-SHF_ALLOC SHT_STRTAB exists but SHT_SYMTAB does not, create .symtab
20 # SEC-NEXT: Type: SHT_SYMTAB
43 # SEC2-NEXT: Type: SHT_SYMTAB
93 # SEC3-NEXT: Type: SHT_SYMTAB
Dbinary-out-error.test13 Type: SHT_SYMTAB
Dstrip-all-gnu.test28 Type: SHT_SYMTAB
Dremove-section.test83 # CHECK: Type: SHT_SYMTAB (0x2)
Dbasic-archive-copy.test78 # CHECK-NEXT: Type: SHT_SYMTAB
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsymbols.test130 ## SHT_SYMTAB section because of invalid sh_link value.
138 # STRTAB-LINK-ERR-LLVM-NEXT: warning: '[[FILE]]': unable to get the string table for the SHT_SYMTAB
159 # STRTAB-LINK-ERR-GNU: warning: '[[FILE]]': unable to get the string table for the SHT_SYMTAB
173 Type: SHT_SYMTAB
186 ## from the the SHT_SYMTAB section.
194 # SYMTAB-ENTSIZE-ERR-LLVM-NEXT: warning: '[[FILE]]': unable to read symbols from the SHT_SYMTAB s…
197 # SYMTAB-ENTSIZE-ERR-GNU: warning: '[[FILE]]': unable to read symbols from the SHT_SYMTAB secti…
200 …ort a warning, but continue dumping, when we are unable to read the name of the SHT_SYMTAB section.
230 # SYMTAB-SHSTRTAB-ERR-GNU: warning: '[[FILE]]': unable to get the name of SHT_SYMTAB section w…
Drelocation-errors.test20 … SHT_RELA section with index 4: invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM
38 … SHT_RELA section with index 4: invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM
87 ## has a section type that is neither SHT_SYMTAB nor SHT_DYNSYM.
/external/llvm/test/Object/
Dno-section-header-string-table.test8 CHECK: Type: SHT_SYMTAB (0x2)
Dinvalid.test26 SECTION-NEXT: Type: SHT_SYMTAB
/external/llvm-project/lld/test/ELF/invalid/
Dsymtab-symbols.test7 # with SHT_SYMTAB section.
Dsymtab-sh-info.s17 Type: SHT_SYMTAB
/external/llvm-project/lld/test/ELF/
Dsection-symbols.test5 # with SHT_REL[A]/SHT_SYMTAB/SHT_STRTAB sections.
/external/llvm-project/llvm/test/tools/llvm-size/
Dinvalid-symbol-table-size.test24 Type: SHT_SYMTAB
Delf-sysv.test55 Type: SHT_SYMTAB
/external/elfutils/tests/
Dasm-tst7.c120 if (shdr->sh_type != SHT_SYMTAB) in main()
Dasm-tst8.c121 if (shdr->sh_type != SHT_SYMTAB) in main()
Dsectiondump.c122 case SHT_SYMTAB: in handle_section()
Dasm-tst3.c49 [3] = SHT_SYMTAB,
/external/llvm-project/llvm/test/tools/llvm-nm/
Dinvalid-symbol-table-size.test29 Type: SHT_SYMTAB
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dinvalid-symbol-table-size.test29 Type: SHT_SYMTAB
/external/elfutils/libasm/
Ddisasm_cb.c86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp262 if (SecRef.sh_type != ELF::SHT_SYMTAB && in createNormalizedSymbols()
353 if (SecRef.sh_type == ELF::SHT_SYMTAB) in createNormalizedSections()
464 if (SecRef.sh_type != ELF::SHT_SYMTAB && in graphifyRegularSymbols()
/external/elfutils/libelf/
Dnlist.c100 if (shdr->sh_type == SHT_SYMTAB) in nlist()
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc1128 GetImpl32()->VisitSymbols(SHT_SYMTAB, sink, symbol_binding, symbol_type, in VisitSymbols()
1134 GetImpl64()->VisitSymbols(SHT_SYMTAB, sink, symbol_binding, symbol_type, in VisitSymbols()
1247 : (elf_reader.GetSectionByType(SHT_SYMTAB) != NULL); in IsNonStrippedELFBinaryImpl()
/external/llvm-project/llvm/test/Object/
Dinvalid.test121 # INVALID-SYM-SIZE: warning: '[[FILE]]': unable to read symbols from the SHT_SYMTAB section: sectio…
131 Type: SHT_SYMTAB
162 # INVALID-SYMTAB-LINK: warning: '[[FILE]]': unable to get the string table for the SHT_SYMTAB secti…
172 Type: SHT_SYMTAB
199 # INVALID-SYMTAB-SIZE: warning: '[[FILE]]': unable to read symbols from the SHT_SYMTAB section: sec…
209 Type: SHT_SYMTAB

12345