Searched refs:SHT_SYMTAB (Results 1 – 25 of 109) sorted by relevance
12345
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | add-symbol-no-symtab.test | 5 ## 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
|
D | binary-out-error.test | 13 Type: SHT_SYMTAB
|
D | strip-all-gnu.test | 28 Type: SHT_SYMTAB
|
D | remove-section.test | 83 # CHECK: Type: SHT_SYMTAB (0x2)
|
D | basic-archive-copy.test | 78 # CHECK-NEXT: Type: SHT_SYMTAB
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | symbols.test | 130 ## 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…
|
D | relocation-errors.test | 20 … 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/ |
D | no-section-header-string-table.test | 8 CHECK: Type: SHT_SYMTAB (0x2)
|
D | invalid.test | 26 SECTION-NEXT: Type: SHT_SYMTAB
|
/external/llvm-project/lld/test/ELF/invalid/ |
D | symtab-symbols.test | 7 # with SHT_SYMTAB section.
|
D | symtab-sh-info.s | 17 Type: SHT_SYMTAB
|
/external/llvm-project/lld/test/ELF/ |
D | section-symbols.test | 5 # with SHT_REL[A]/SHT_SYMTAB/SHT_STRTAB sections.
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | invalid-symbol-table-size.test | 24 Type: SHT_SYMTAB
|
D | elf-sysv.test | 55 Type: SHT_SYMTAB
|
/external/elfutils/tests/ |
D | asm-tst7.c | 120 if (shdr->sh_type != SHT_SYMTAB) in main()
|
D | asm-tst8.c | 121 if (shdr->sh_type != SHT_SYMTAB) in main()
|
D | sectiondump.c | 122 case SHT_SYMTAB: in handle_section()
|
D | asm-tst3.c | 49 [3] = SHT_SYMTAB,
|
/external/llvm-project/llvm/test/tools/llvm-nm/ |
D | invalid-symbol-table-size.test | 29 Type: SHT_SYMTAB
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | invalid-symbol-table-size.test | 29 Type: SHT_SYMTAB
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 86 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB in read_symtab_exec()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | ELF_x86_64.cpp | 262 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/ |
D | nlist.c | 100 if (shdr->sh_type == SHT_SYMTAB) in nlist()
|
/external/google-breakpad/src/common/dwarf/ |
D | elf_reader.cc | 1128 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/ |
D | invalid.test | 121 # 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