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

  /system/core/debuggerd/
elf_utils.cpp 85 size_t skip_bytes = NOTE_ALIGN(nhdr.n_namesz) + NOTE_ALIGN(nhdr.n_descsz); local
86 addr += skip_bytes;
87 if (hdr_size < skip_bytes) {
90 hdr_size -= skip_bytes;
  /bootable/recovery/
asn1_decoder.cpp 72 static inline bool skip_bytes(asn1_context_t* ctx, size_t num_skip) { function
127 skip_bytes(ctx, 1);
129 if (!decode_length(ctx, &length) || !skip_bytes(ctx, length)) {
165 if (get_byte(ctx) == -1 || !decode_length(ctx, &length) || !skip_bytes(ctx, length)) {
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
378 && skip_bytes (iter, end, length));
385 && skip_bytes (iter, end, length));
388 return skip_bytes (iter, end, encoded_ptr_width);
391 return skip_bytes (iter, end, 1);
394 return skip_bytes (iter, end, 2);
397 return skip_bytes (iter, end, 4);
400 return skip_bytes (iter, end, 8);
532 REQUIRE (skip_bytes (&buf, end, 4));
540 REQUIRE (skip_bytes (&buf, end, 4))
    [all...]

Completed in 126 milliseconds