OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextCFI
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/lib/libunwind/
DwarfParser.hpp
128
pint_t
nextCFI
= p + cfiLength;
135
pcStart = addressSpace.getEncodedP(p,
nextCFI
, cieInfo.pointerEncoding, NULL);
137
p,
nextCFI
, cieInfo.pointerEncoding & 0x0F, NULL);
160
pint_t
nextCFI
= p + cfiLength;
167
addressSpace.getEncodedP(p,
nextCFI
, cieInfo->pointerEncoding, ctx);
169
p,
nextCFI
, cieInfo->pointerEncoding & 0x0F, ctx);
174
uintptr_t augLen = addressSpace.getULEB128(p,
nextCFI
);
179
if (addressSpace.getEncodedP(p,
nextCFI
, cieInfo->lsdaEncoding & 0x0F,
184
addressSpace.getEncodedP(p,
nextCFI
, cieInfo->lsdaEncoding, ctx);
190
fdeInfo->fdeLength =
nextCFI
- fdeStart
[
all
...]
DwarfParser.hpp
128
pint_t
nextCFI
= p + cfiLength;
135
pcStart = addressSpace.getEncodedP(p,
nextCFI
, cieInfo.pointerEncoding, NULL);
137
p,
nextCFI
, cieInfo.pointerEncoding & 0x0F, NULL);
160
pint_t
nextCFI
= p + cfiLength;
167
addressSpace.getEncodedP(p,
nextCFI
, cieInfo->pointerEncoding, ctx);
169
p,
nextCFI
, cieInfo->pointerEncoding & 0x0F, ctx);
174
uintptr_t augLen = addressSpace.getULEB128(p,
nextCFI
);
179
if (addressSpace.getEncodedP(p,
nextCFI
, cieInfo->lsdaEncoding & 0x0F,
184
addressSpace.getEncodedP(p,
nextCFI
, cieInfo->lsdaEncoding, ctx);
190
fdeInfo->fdeLength =
nextCFI
- fdeStart
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025