OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalAddressSpace
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/lib/libunwind/
AddressSpace.hpp
47
///
LocalAddressSpace
is used as a template parameter to UnwindCursor when
50
class
LocalAddressSpace
{
55
typedef void (*findPCRange_t)(
LocalAddressSpace
&, pint_t, pint_t &pcStart,
58
LocalAddressSpace
(findPCRange_t findPCRange_)
412
LocalAddressSpace
*data = (
LocalAddressSpace
*)data_;
442
const
LocalAddressSpace
::Range *n1 = (const
LocalAddressSpace
::Range *)n1_;
443
const
LocalAddressSpace
::Range *n2 = (const
LocalAddressSpace
::Range *)n2_
[
all
...]
libunwind.cxx
22
typedef CFI_Parser<
LocalAddressSpace
, NativeUnwindRegisters> MyCFIParser;
25
static
LocalAddressSpace
sThisAddressSpace(MyCFIParser::findPCRange);
27
typedef UnwindCursor<
LocalAddressSpace
, NativeUnwindRegisters> ThisUnwindCursor;
389
sThisAddressSpace.removeDSO((
LocalAddressSpace
::pint_t)ehFrameStart);
Completed in 12 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025