Searched refs:byte_get (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c53 dwarf_vma (*byte_get) (unsigned char *, int); variable
145 dwarf_vma x = byte_get (field, size);
254 adr = byte_get (data, len - bytes_read - 1);
577 printf ("%lx ", (unsigned long) byte_get (data++, 1));
602 (unsigned long) byte_get (data, pointer_size));
609 printf ("DW_OP_const1u: %lu", (unsigned long) byte_get (data++, 1));
615 printf ("DW_OP_const2u: %lu", (unsigned long) byte_get (data, 2));
623 printf ("DW_OP_const4u: %lu", (unsigned long) byte_get (data, 4));
631 printf ("DW_OP_const8u: %lu %lu", (unsigned long) byte_get (data, 4),
632 (unsigned long) byte_get (dat
[all...]
H A Ddwarf.h89 extern dwarf_vma (*byte_get) (unsigned char *, int);
H A Dreadelf.c292 #define BYTE_GET(field) byte_get (field, sizeof (field))
3763 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j]));
3826 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j]));
4545 entry = byte_get (indices, 4);
4562 entry = byte_get (indices, 4);
4905 stamp = byte_get ((unsigned char *) head, sizeof (stamp));
4979 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4);
4980 tep->end.offset = byte_get ((unsigned char *) tp + 4, 4);
4981 tep->info.offset = byte_get ((unsigned char *) tp + 8, 4);
5365 tep->start.offset = byte_get ((unsigne
[all...]
H A Dobjdump.c2180 byte_get = byte_get_big_endian;
2182 byte_get = byte_get_little_endian;

Completed in 76 milliseconds