Searched refs:byte_get (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | dwarf.c | 53 dwarf_vma (*byte_get) (unsigned char *, int); variable 145 dwarf_vma x = byte_get (field, size); in byte_get_signed() 254 adr = byte_get (data, len - bytes_read - 1); in process_extended_line_op() 576 printf ("%lx ", (unsigned long) byte_get (data++, 1)); in display_block() 601 (unsigned long) byte_get (data, pointer_size)); in decode_location_expression() 608 printf ("DW_OP_const1u: %lu", (unsigned long) byte_get (data++, 1)); in decode_location_expression() 614 printf ("DW_OP_const2u: %lu", (unsigned long) byte_get (data, 2)); in decode_location_expression() 622 printf ("DW_OP_const4u: %lu", (unsigned long) byte_get (data, 4)); in decode_location_expression() 630 printf ("DW_OP_const8u: %lu %lu", (unsigned long) byte_get (data, 4), in decode_location_expression() 631 (unsigned long) byte_get (data + 4, 4)); in decode_location_expression() [all …]
|
| D | dwarf.h | 92 extern dwarf_vma (*byte_get) (unsigned char *, int);
|
| D | readelf.c | 255 #define BYTE_GET(field) byte_get (field, sizeof (field)) 4004 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j])); in get_32bit_elf_symbols() 4067 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j])); in get_64bit_elf_symbols() 4775 entry = byte_get (indices, 4); in process_section_groups() 4792 entry = byte_get (indices, 4); in process_section_groups() 5141 stamp = byte_get ((unsigned char *) head, sizeof (stamp)); in dump_ia64_unwind() 5215 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4); in slurp_ia64_unwind_table() 5216 tep->end.offset = byte_get ((unsigned char *) tp + 4, 4); in slurp_ia64_unwind_table() 5217 tep->info.offset = byte_get ((unsigned char *) tp + 8, 4); in slurp_ia64_unwind_table() 5601 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4); in slurp_hppa_unwind_table() [all …]
|
| D | objdump.c | 2100 byte_get = byte_get_big_endian; in dump_dwarf() 2102 byte_get = byte_get_little_endian; in dump_dwarf()
|
| D | ChangeLog-9899 | 537 (decode_location_expression): Cast byte_get to long before 542 * readelf.c (dump_section): Cast values from byte_get to 1339 * readelf.c (byte_get): Use PARAMS in prototype.
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | readelf.c | 188 static bfd_vma (*byte_get) (unsigned char *, int); variable 217 #define BYTE_GET(field) byte_get (field, sizeof (field)) 228 #define BYTE_GET8(field) byte_get (field, -8) 230 #define BYTE_GET8(field) byte_get (field, 8) 351 bfd_vma x = byte_get (field, size); in byte_get_signed() 3341 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j])); in get_32bit_elf_symbols() 3404 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j])); in get_64bit_elf_symbols() 4026 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4); in slurp_ia64_unwind_table() 4027 tep->end.offset = byte_get ((unsigned char *) tp + 4, 4); in slurp_ia64_unwind_table() 4028 tep->info.offset = byte_get ((unsigned char *) tp + 8, 4); in slurp_ia64_unwind_table() [all …]
|
| D | ChangeLog-9899 | 537 (decode_location_expression): Cast byte_get to long before 542 * readelf.c (dump_section): Cast values from byte_get to 1339 * readelf.c (byte_get): Use PARAMS in prototype.
|