/third_party/boost/boost/dll/detail/ |
D | elf_info.hpp | 58 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/ |
D | ELFEmitter.cpp | 454 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/ |
D | IceELFSection.h | 55 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()
|
D | IceELFSection.cpp | 93 return Fixups.size() * Header.sh_entsize; in getSectionDataSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 131 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;
|
D | ELF.h | 393 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()
|
D | ELFObjectFile.h | 842 RelData.d.b += S->sh_size / S->sh_entsize; in section_rel_end()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 87 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
|
D | freebsd-elf64.h | 100 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 87 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
|
D | freebsd-elf64.h | 100 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 761 Elf_Word sh_entsize; member 775 Elf_Xword sh_entsize; member
|
D | elfio_section.hpp | 98 ELFIO_GET_SET_ACCESS( Elf_Xword, entry_size, header.sh_entsize );
|
/third_party/libunwind/src/ |
D | elfxx.c | 116 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/ |
D | ELF.h | 633 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/ |
D | ELF.h | 783 Elf32_Word sh_entsize; // Size of records contained within the section member 797 Elf64_Xword sh_entsize; member
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 83 CHECK_FIELD(sh_entsize); in elf_sheader_checks()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 458 sec_hdr[3].sh_entsize = sizeof(Elf64_Sym); in ac_rgp_file_write_elf_object()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 213 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/ |
D | elf.h | 336 Elf32_Word sh_entsize; member 349 Elf64_Xword sh_entsize; member
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 336 Elf32_Word sh_entsize; member 349 Elf64_Xword sh_entsize; member
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 336 Elf32_Word sh_entsize; member 349 Elf64_Xword sh_entsize; member
|
/third_party/musl/include/ |
D | elf.h | 336 Elf32_Word sh_entsize; member 349 Elf64_Xword sh_entsize; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 336 Elf32_Word sh_entsize; member 349 Elf64_Xword sh_entsize; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 336 Elf32_Word sh_entsize; member 349 Elf64_Xword sh_entsize; member
|