OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auglen
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame1.s
60
# followed by EXTRA bytes.
AUGLEN
is the length of augmentation
64
.macro persaug
auglen
,extra,encoding,value
66
.byte (-(9 + \
auglen
+ 3 + 2) & mask) + 2 + mask + \extra
68
.fill -(9 + \
auglen
+ 3 + 2) & mask,1,0
/external/libunwind_llvm/src/
DwarfParser.hpp
152
pint_t
augLen
= (pint_t)addressSpace.getULEB128(p, nextCFI);
153
pint_t endOfAug = p +
augLen
;
219
pint_t
augLen
= (pint_t)addressSpace.getULEB128(p, nextCFI);
220
pint_t endOfAug = p +
augLen
;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DwarfParser.hpp
152
pint_t
augLen
= (pint_t)addressSpace.getULEB128(p, nextCFI);
153
pint_t endOfAug = p +
augLen
;
219
pint_t
augLen
= (pint_t)addressSpace.getULEB128(p, nextCFI);
220
pint_t endOfAug = p +
augLen
;
Completed in 251 milliseconds