Home
last modified time | relevance | path

Searched defs:FdeInfo (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h122 struct FdeInfo { struct
123 FdeInfo(uint64_t offset, uint64_t start, uint64_t length) in FdeInfo() argument
126 uint64_t offset;
127 AddressType start;
128 AddressType end;
/system/core/libunwindstack/
DDwarfEhFrameWithHdr.h42 struct FdeInfo { struct
56 const FdeInfo* GetFdeInfoFromIndex(size_t index); argument