Home
last modified time | relevance | path

Searched refs:EntSize (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp723 if (Sec->EntSize) in initSectionHeaders()
724 SHeader.sh_entsize = *Sec->EntSize; in initSectionHeaders()
915 SHeader.sh_entsize = (YAMLSec && YAMLSec->EntSize) in initSymtabSectionHeader()
916 ? (uint64_t)(*YAMLSec->EntSize) in initSymtabSectionHeader()
961 if (YAMLSec && YAMLSec->EntSize) in initStrtabSectionHeader()
962 SHeader.sh_entsize = *YAMLSec->EntSize; in initStrtabSectionHeader()
1031 if (YAMLSec && YAMLSec->EntSize) in initDWARFSectionHeader()
1032 SHeader.sh_entsize = *YAMLSec->EntSize; in initDWARFSectionHeader()
1172 if (Section.EntSize) in writeSectionContent()
1173 SHeader.sh_entsize = *Section.EntSize; in writeSectionContent()
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddemangle.test131 EntSize: 0x1
138 EntSize: 0x18
146 EntSize: 0x18
158 EntSize: 0x0000000000000010
200 EntSize: 16
Dgnu-sections.test45 EntSize: 0x0000000000000008
52 EntSize: 0x0000000000000018
Dsymbol-binding.test46 EntSize: 16
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp453 if (Sec->EntSize) in initSectionHeaders()
454 SHeader.sh_entsize = *Sec->EntSize; in initSectionHeaders()
624 SHeader.sh_entsize = (YAMLSec && YAMLSec->EntSize) in initSymtabSectionHeader()
625 ? (uint64_t)(*YAMLSec->EntSize) in initSymtabSectionHeader()
664 if (YAMLSec && YAMLSec->EntSize) in initStrtabSectionHeader()
665 SHeader.sh_entsize = *YAMLSec->EntSize; in initStrtabSectionHeader()
777 if (Section.EntSize) in writeSectionContent()
778 SHeader.sh_entsize = *Section.EntSize; in writeSectionContent()
839 Section.EntSize ? uint64_t(*Section.EntSize) : sizeof(Elf_Relr); in writeSectionContent()
869 SHeader.sh_entsize = Shndx.EntSize ? (uint64_t)*Shndx.EntSize : 4; in writeSectionContent()
[all …]
/external/llvm-project/lld/test/ELF/invalid/
Dnon-terminated-string.test19 EntSize: 0x2
Dinvalid-soname.test18 EntSize: 0x0000000000000010
Dmerge-zero-size.test21 EntSize: 0x0
Ddynamic-section-broken.test17 EntSize: 0x123
/external/llvm-project/llvm/test/tools/llvm-elfabi/
Dbinary-read-no-dt-strtab.test22 EntSize: 0x0000000000000010
Dbinary-read-no-dt-strsz.test23 EntSize: 0x0000000000000010
Dbinary-read-arch.test22 EntSize: 0x0000000000000010
Dbinary-read-bad-soname.test22 EntSize: 0x0000000000000010
Dbinary-read-neededlibs.test21 EntSize: 0x0000000000000010
Dbinary-read-add-soname.test22 EntSize: 0x0000000000000010
Dbinary-read-bad-vaddr.test22 EntSize: 0x0000000000000010
Dbinary-read-neededlibs-bad-offset.test21 EntSize: 0x0000000000000010
Dbinary-read-soname-no-null.test23 EntSize: 0x0000000000000010
Dbinary-read-soname.test23 EntSize: 0x0000000000000010
Dbinary-read-replace-soname.test24 EntSize: 0x0000000000000010
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrip-section-err.test33 EntSize: 0x0000000000000018
Ddynrelocsec-remove-shlink-reference.test31 EntSize: 0x0000000000000018
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Ddisassemble-zeroes-relocations.test43 EntSize: 0x0000000000000018
Doutput-ordering.test57 EntSize: 0x0000000000000010
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dprivate-headers-no-dynamic-segment.test14 EntSize: 0x0000000000000010

123