OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cieInfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libunwind/
DwarfInstructions.hpp
118
typename CFI_Parser<A, R>::CIE_Info
cieInfo
;
119
if (!CFI_Parser<A, R>::decodeFDE(addressSpace, fdeStart, &fdeInfo, &
cieInfo
,
124
if (!CFI_Parser<A, R>::parseFDEInstructions(addressSpace, fdeInfo,
cieInfo
,
139
if (i == (int)
cieInfo
.returnAddressRegister)
UnwindCursor.hpp
114
typename CFI_Parser<A, R>::CIE_Info
cieInfo
;
115
CFI_Parser<A, R>::decodeFDE(fAddressSpace, fdeStart, &fdeInfo, &
cieInfo
,
124
if (!CFI_Parser<A, R>::parseFDEInstructions(fAddressSpace, fdeInfo,
cieInfo
,
132
fInfo.handler =
cieInfo
.personality;
DwarfParser.hpp
130
typename CFI_Parser<A, R>::CIE_Info
cieInfo
;
131
if (!parseCIE(addressSpace, cieStart, &
cieInfo
))
135
pcStart = addressSpace.getEncodedP(p, nextCFI,
cieInfo
.pointerEncoding, NULL);
137
p, nextCFI,
cieInfo
.pointerEncoding & 0x0F, NULL);
145
FDE_Info *fdeInfo, CIE_Info *
cieInfo
,
162
if (!parseCIE(addressSpace, cieStart,
cieInfo
))
167
addressSpace.getEncodedP(p, nextCFI,
cieInfo
->pointerEncoding, ctx);
169
p, nextCFI,
cieInfo
->pointerEncoding & 0x0F, ctx);
173
if (
cieInfo
->fdesHaveAugmentationData) {
176
if (
cieInfo
->lsdaEncoding != DW_EH_PE_omit)
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025