Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp789 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
799 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
809 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
950 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
970 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
981 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
992 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsets()
1063 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameSectionBias()
1083 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameSectionBias()
1155 shdr.sh_entsize = 0x100; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
[all …]
H A DGenGnuDebugdata.cpp68 shdr.sh_entsize = 0x100; in GenElf()
H A DUnwinderTest.cpp1711 shdr.sh_entsize = sizeof(Elf32_Sym); in TEST_F()
1712 shdr.sh_size = shdr.sh_entsize; in TEST_F()
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h127 CHECK_EQ(symtab->sh_entsize, sizeof(Elf_Sym)); in VisitFunctionSymbols()
145 CHECK_EQ(dynsym->sh_entsize, sizeof(Elf_Sym)); in VisitDynamicSymbols()
H A Delf_builder.h111 header_.sh_entsize = entsize; in Section()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h267 Elf32_Word sh_entsize; member
279 Elf64_Xword sh_entsize; member
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h195 Elf32_Word sh_entsize; member
/aosp12/art/runtime/
H A Delf_file.cc807 CHECK_NE(0U, section_header.sh_entsize) << file_path_; in GetSymbolNum()
808 return section_header.sh_size / section_header.sh_entsize; in GetSymbolNum()
992 CHECK_NE(0U, section_header.sh_entsize) << file_path_; in GetRelNum()
993 return section_header.sh_size / section_header.sh_entsize; in GetRelNum()
1012 return section_header.sh_size / section_header.sh_entsize; in GetRelaNum()
/aosp12/system/unwinding/libunwindstack/
H A DElfInterface.cpp315 symbols_.push_back(new Symbols(shdr.sh_offset, shdr.sh_size, shdr.sh_entsize, in ReadSectionHeaders()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp322 shdr[sectIdx].sh_entsize = getSectEntrySize<SIZE>(*ld_sect); in emitSectionHeader()