Searched refs:accept_0xff (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getmacros.c | 304 void *arg, ptrdiff_t offset, bool accept_0xff, in read_macros() argument 342 if (unlikely (opcode == 0xff && ! accept_0xff)) in read_macros() 459 token_from_offset (ptrdiff_t offset, bool accept_0xff) in token_from_offset() argument 471 if (accept_0xff) in token_from_offset() 489 void *arg, ptrdiff_t offset, bool accept_0xff, in gnu_macros_getmacros_off() argument 501 callback, arg, offset, accept_0xff, cudie); in gnu_macros_getmacros_off() 526 bool accept_0xff; in dwarf_getmacros_off() local 527 ptrdiff_t offset = offset_from_token (token, &accept_0xff); in dwarf_getmacros_off() 528 assert (accept_0xff); in dwarf_getmacros_off() 531 accept_0xff, NULL); in dwarf_getmacros_off() [all …]
|