Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp786 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
787 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
796 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
797 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
806 shdr.sh_entsize = 0x100; in InitSectionHeadersMalformedSymData()
807 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
859 shdr.sh_entsize = sizeof(Sym); in InitSectionHeaders()
860 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders()
869 shdr.sh_entsize = sizeof(Sym); in InitSectionHeaders()
870 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders()
[all …]
DGenGnuDebugdata.cpp64 shdr.sh_entsize = 0x100; in GenElf()
DUnwinderTest.cpp1718 shdr.sh_entsize = sizeof(Elf32_Sym); in TEST_F()
1719 shdr.sh_size = shdr.sh_entsize; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h202 Elf32_Word sh_entsize; member
/system/unwinding/libunwindstack/
DElfInterface.cpp374 symbols_.push_back(new Symbols(shdr.sh_offset, shdr.sh_size, shdr.sh_entsize, in ReadSectionHeaders()