Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfLocation.h43 struct DwarfLocations : public std::unordered_map<uint32_t, DwarfLocation> { struct
44 const DwarfCie* cie;
46 uint64_t pc_start = 0;
47 uint64_t pc_end = 0;
/system/unwinding/libunwindstack/
DDwarfCfa.cpp324 bool DwarfCfa<AddressType>::cfa_nop(DwarfLocations*) { in cfa_nop() argument
329 bool DwarfCfa<uint32_t>::cfa_set_loc(DwarfLocations*) { in cfa_set_loc() argument
340 bool DwarfCfa<uint64_t>::cfa_set_loc(DwarfLocations*) { in cfa_set_loc() argument
351 bool DwarfCfa<AddressType>::cfa_advance_loc(DwarfLocations*) { in cfa_advance_loc() argument