HomeSort by relevance Sort by last modified time
    Searched refs:DwarfEhFrameWithHdr (Results 1 - 4 of 4) sorted by null

  /system/core/libunwindstack/
DwarfEhFrameWithHdr.h 32 class DwarfEhFrameWithHdr : public DwarfEhFrame<AddressType> {
47 DwarfEhFrameWithHdr(Memory* memory) : DwarfEhFrame<AddressType>(memory) {}
48 virtual ~DwarfEhFrameWithHdr() = default;
DwarfEhFrameWithHdr.cpp 24 #include "DwarfEhFrameWithHdr.h"
29 bool DwarfEhFrameWithHdr<AddressType>::Init(uint64_t offset, uint64_t size) {
84 const DwarfFde* DwarfEhFrameWithHdr<AddressType>::GetFdeFromIndex(size_t index) {
93 const typename DwarfEhFrameWithHdr<AddressType>::FdeInfo*
94 DwarfEhFrameWithHdr<AddressType>::GetFdeInfoFromIndex(size_t index) {
117 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetBinary(uint64_t pc, uint64_t* fde_offset,
152 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetSequential(uint64_t pc, uint64_t* fde_offset) {
218 bool DwarfEhFrameWithHdr<AddressType>::GetFdeOffsetFromPc(uint64_t pc, uint64_t* fde_offset) {
232 // Explicitly instantiate DwarfEhFrameWithHdr
233 template class DwarfEhFrameWithHdr<uint32_t>
    [all...]
ElfInterface.cpp 37 #include "DwarfEhFrameWithHdr.h"
129 eh_frame_.reset(new DwarfEhFrameWithHdr<AddressType>(memory_));
  /system/core/libunwindstack/tests/
DwarfEhFrameWithHdrTest.cpp 24 #include "DwarfEhFrameWithHdr.h"
33 class MockDwarfEhFrameWithHdr : public DwarfEhFrameWithHdr<TypeParam> {
35 MockDwarfEhFrameWithHdr(Memory* memory) : DwarfEhFrameWithHdr<TypeParam>(memory) {}
46 void TestSetFdeInfo(uint64_t index, const typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo& info) {
182 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info;
303 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info;
323 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info;
425 typename DwarfEhFrameWithHdr<TypeParam>::FdeInfo info;

Completed in 460 milliseconds