Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp448 struct DwarfFile::FDELookupInfo { struct in DwarfFile
450 FDELookupInfo(target_addr_t start, target_addr_t end, in FDELookupInfo() argument
461 static int CompareFDEInfos(const FDELookupInfo* a, const FDELookupInfo* b) in CompareFDEInfos()
471 inline bool ContainsAddress(target_addr_t address) const in ContainsAddress()
476 target_addr_t start;
477 target_addr_t end;
478 uint64 fdeOffset;
479 uint64 cieOffset;
480 bool ehFrame;