Home
last modified time | relevance | path

Searched refs:sh_link (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp786 shdr.sh_link = 4; in InitSectionHeadersMalformedSymData()
796 shdr.sh_link = 10; in InitSectionHeadersMalformedSymData()
806 shdr.sh_link = 2; in InitSectionHeadersMalformedSymData()
859 shdr.sh_link = 4; in InitSectionHeaders()
869 shdr.sh_link = 4; in InitSectionHeaders()
946 shdr.sh_link = 2; in InitSectionHeadersOffsets()
966 shdr.sh_link = 2; in InitSectionHeadersOffsets()
977 shdr.sh_link = 2; in InitSectionHeadersOffsets()
988 shdr.sh_link = 2; in InitSectionHeadersOffsets()
1059 shdr.sh_link = 2; in InitSectionHeadersOffsetsEhFrameSectionBias()
[all …]
DUnwinderTest.cpp1708 shdr.sh_link = 2; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h192 Elf32_Word sh_link; member
/system/unwinding/libunwindstack/
DElfInterface.cpp305 if (shdr.sh_link >= ehdr.e_shnum) { in ReadSectionHeaders()
308 uint64_t str_offset = ehdr.e_shoff + shdr.sh_link * ehdr.e_shentsize; in ReadSectionHeaders()