Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h130 template <typename EhdrType, typename PhdrType>
133 template <typename EhdrType, typename ShdrType, typename NhdrType>
191 using EhdrType = typename ElfTypes::Ehdr; variable
217 void ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias);
219 void ReadSectionHeaders(const EhdrType& ehdr);
/system/unwinding/libunwindstack/
DElfInterface.cpp138 EhdrType ehdr; in ReadAllHeaders()
152 template <typename EhdrType, typename PhdrType>
154 EhdrType ehdr; in GetLoadBias()
175 void ElfInterfaceImpl<ElfTypes>::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders()
277 void ElfInterfaceImpl<ElfTypes>::ReadSectionHeaders(const EhdrType& ehdr) { in ReadSectionHeaders()
525 EhdrType ehdr; in GetMaxSize()
535 template <typename EhdrType, typename ShdrType>
537 EhdrType ehdr; in GetBuildIDInfo()
576 template <typename EhdrType, typename ShdrType, typename NhdrType>
580 if (!GetBuildIDInfo<EhdrType, ShdrType>(memory, &note_offset, &note_size)) { in ReadBuildIDFromMemory()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp250 template <typename EhdrType, typename ShdrType>
253 EhdrType ehdr; in PutElfInMemory()
/system/unwinding/libunwindstack/tests/
DJitDebugTest.cpp88 template <typename EhdrType, typename ShdrType>
94 EhdrType ehdr; in CreateElf()