HomeSort by relevance Sort by last modified time
    Searched refs:skip_leb128 (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/include/
leb128.h 120 skip_leb128 (const unsigned char *buf, const unsigned char *buf_end) function
  /toolchain/binutils/binutils-2.27/gold/
ehframe.cc 544 Eh_frame::skip_leb128(const unsigned char** pp, const unsigned char* pend) function in class:gold::Eh_frame
770 if (!skip_leb128(&p, pcieend))
774 if (!skip_leb128(&p, pcieend))
786 if (!skip_leb128(&p, pcieend))
794 if (!skip_leb128(&p, pcieend))
    [all...]
ehframe.h 457 skip_leb128(const unsigned char**, const unsigned char*);
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 91 skip_leb128 (bfd_byte **iter, bfd_byte *end) function
101 /* Like skip_leb128, but treat the leb128 as an unsigned value and
110 if (!skip_leb128 (iter, end))
129 if (!skip_leb128 (iter, end))
361 return skip_leb128 (iter, end);
372 return (skip_leb128 (iter, end)
373 && skip_leb128 (iter, end));
383 return (skip_leb128 (iter, end)
    [all...]

Completed in 163 milliseconds