Searched refs:skip_bytes (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf-eh-frame.c | 69 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes() function 371 && skip_bytes (iter, end, length)); in skip_cfa_op() 378 && skip_bytes (iter, end, length)); in skip_cfa_op() 381 return skip_bytes (iter, end, encoded_ptr_width); in skip_cfa_op() 384 return skip_bytes (iter, end, 1); in skip_cfa_op() 387 return skip_bytes (iter, end, 2); in skip_cfa_op() 390 return skip_bytes (iter, end, 4); in skip_cfa_op() 393 return skip_bytes (iter, end, 8); in skip_cfa_op() 555 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4)); in _bfd_elf_discard_section_eh_frame() 578 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_discard_section_eh_frame() [all …]
|
| D | ChangeLog-2005 | 5082 (skip_bytes): New utility function.
|
| /openbsd/src/sys/ddb/ |
| D | db_dwarf.c | 161 skip_bytes(struct dwbuf *d, size_t n) in skip_bytes() function 258 if (!skip_bytes(&unit, header_size)) in db_dwarf_line_at_pc()
|