Home
last modified time | relevance | path

Searched refs:sh_entsize (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/dll/detail/
Delf_info.hpp58 AddressOffsetT sh_entsize; /* Entry size if section holds table */ member
258 if (!section.sh_entsize) { in symbols()
259 section.sh_entsize = 1; in symbols()
261 … ptrs_in_section_count = static_cast<std::size_t>(section.sh_size / section.sh_entsize); in symbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp454 SHeader.sh_entsize = *Sec->EntSize; in initSectionHeaders()
468 SHeader.sh_entsize = 0; in initSectionHeaders()
624 SHeader.sh_entsize = (YAMLSec && YAMLSec->EntSize) in initSymtabSectionHeader()
665 SHeader.sh_entsize = *YAMLSec->EntSize; in initStrtabSectionHeader()
778 SHeader.sh_entsize = *Section.EntSize; in writeSectionContent()
799 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
800 SHeader.sh_size = SHeader.sh_entsize * Section.Relocations.size(); in writeSectionContent()
838 SHeader.sh_entsize = in writeSectionContent()
869 SHeader.sh_entsize = Shndx.EntSize ? (uint64_t)*Shndx.EntSize : 4; in writeSectionContent()
870 SHeader.sh_size = Shndx.Entries.size() * SHeader.sh_entsize; in writeSectionContent()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.h55 Header.sh_entsize = ShEntsize; in ELFSection()
191 return (LocalSymbols.size() + GlobalSymbols.size()) * Header.sh_entsize; in getSectionDataSize()
326 Str.writeELFXword<IsELF64>(Header.sh_entsize); in writeHeader()
DIceELFSection.cpp93 return Fixups.size() * Header.sh_entsize; in getSectionDataSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h131 Elf_Word sh_entsize; // Size of records contained within the section
146 Elf_Xword sh_entsize; // Size of records contained within the section
151 using Elf_Shdr_Base<ELFT>::sh_entsize;
156 if (sh_entsize == 0)
158 return sh_size / sh_entsize;
DELF.h393 if (Sec->sh_entsize != sizeof(T) && sizeof(T) != 1) in getSectionContentsAsArray()
395 " has an invalid sh_entsize: " + Twine(Sec->sh_entsize)); in getSectionContentsAsArray()
404 Twine(Sec->sh_entsize) + ")"); in getSectionContentsAsArray()
572 if (sizeof(T) != Section->sh_entsize) in getEntry()
575 ", but got " + Twine(Section->sh_entsize)); in getEntry()
DELFObjectFile.h842 RelData.d.b += S->sh_size / S->sh_entsize; in section_rel_end()
/third_party/libunwind/include/win/
Dfreebsd-elf32.h87 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
Dfreebsd-elf64.h100 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h87 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
Dfreebsd-elf64.h100 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
/third_party/elfio/elfio/
Delf_types.hpp761 Elf_Word sh_entsize; member
775 Elf_Xword sh_entsize; member
Delfio_section.hpp98 ELFIO_GET_SET_ACCESS( Elf_Xword, entry_size, header.sh_entsize );
/third_party/libunwind/src/
Delfxx.c116 syment_size = shdr->sh_entsize; in elf_w()
194 syment_size = shdr->sh_entsize; in elf_w()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h633 Elf32_Word sh_entsize; // Size of records contained within the section member
647 Elf64_Xword sh_entsize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h783 Elf32_Word sh_entsize; // Size of records contained within the section member
797 Elf64_Xword sh_entsize; member
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp83 CHECK_FIELD(sh_entsize); in elf_sheader_checks()
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c458 sec_hdr[3].sh_entsize = sizeof(Elf64_Sym); in ac_rgp_file_write_elf_object()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c213 symbol_table_header->sh_size / symbol_table_header->sh_entsize; in parse_symbol_table()
335 section_header.sh_entsize; in r600_elf_read()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h336 Elf32_Word sh_entsize; member
349 Elf64_Xword sh_entsize; member
/third_party/musl/porting/linux/user/include/
Delf.h336 Elf32_Word sh_entsize; member
349 Elf64_Xword sh_entsize; member
/third_party/musl/ndk_musl_include/
Delf.h336 Elf32_Word sh_entsize; member
349 Elf64_Xword sh_entsize; member
/third_party/musl/include/
Delf.h336 Elf32_Word sh_entsize; member
349 Elf64_Xword sh_entsize; member
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h336 Elf32_Word sh_entsize; member
349 Elf64_Xword sh_entsize; member
/third_party/musl/porting/uniproton/kernel/include/
Delf.h336 Elf32_Word sh_entsize; member
349 Elf64_Xword sh_entsize; member

12