Searched defs:encoding (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c189 static bool read_dwarf(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint8_t encoding, uint32_t* cursor) { argument
195 switch (encoding & 0xf) {
210 ALOGE("unrecognized dwarf lower part encoding: 0x%x", encoding);
215 switch (encoding & 0xf0) {
235 ALOGE("unrecognized dwarf higher part encoding: 0x%x", encoding);
264 2nd byte is encoding of pointer to eh_frames;
265 3rd byte is encoding of count of FDEs in lookup table;
266 4th byte is encoding o
[all...]

Completed in 1519 milliseconds