Searched refs:bfd_get_8 (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-i386.c2285 addend = bfd_get_8 (input_bfd, where);
2655 type = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
2658 BFD_ASSERT (bfd_get_8 (input_bfd,
2664 val = bfd_get_8 (input_bfd,
2673 BFD_ASSERT (bfd_get_8 (input_bfd,
2684 && bfd_get_8 (input_bfd,
2729 type = bfd_get_8 (input_bfd, contents + roff - 2);
2731 val = bfd_get_8 (input_bfd, contents + roff - 1);
2758 type = bfd_get_8 (input_bfd, contents + roff);
2760 val = bfd_get_8 (input_bf
[all...]
H A Dreloc.c883 char x = bfd_get_8 (abfd, (char *) data + octets);
1264 char x = bfd_get_8 (abfd, data);
1403 x = bfd_get_8 (input_bfd, location);
1568 x = bfd_get_8 (input_bfd, location);
H A Delf64-x86-64.c2540 BFD_ASSERT (bfd_get_8 (input_bfd,
2545 BFD_ASSERT (bfd_get_8 (input_bfd,
2578 type = bfd_get_8 (input_bfd, contents + roff - 3);
2580 type2 = bfd_get_8 (input_bfd, contents + roff - 2);
2582 val = bfd_get_8 (input_bfd, contents + roff - 1);
2610 type = bfd_get_8 (input_bfd, contents + roff);
2612 val = bfd_get_8 (input_bfd, contents + roff + 1);
2634 val = bfd_get_8 (input_bfd, contents + rel->r_offset - 3);
2636 type = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
2638 reg = bfd_get_8 (input_bf
[all...]
H A Dlibbfd.c396 .#define bfd_get_8(abfd, ptr) \
429 . ((bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
463 . bfd_get_8 (abfd, ptr)
1006 byte = bfd_get_8 (abfd, buf);
1034 byte = bfd_get_8 (abfd, buf);
H A Dcoff-i386.c152 char x = bfd_get_8 (abfd, addr);
H A Dcoff-x86_64.c144 char x = bfd_get_8 (abfd, addr);
H A Dcoff64-rs6000.c661 dst->l_smtype = bfd_get_8 (abfd, src->l_smtype);
662 dst->l_smclas = bfd_get_8 (abfd, src->l_smclas);
699 dst->r_size = bfd_get_8 (abfd, src->r_size);
700 dst->r_type = bfd_get_8 (abfd, src->r_type);
H A Dpe-mips.c101 char x = bfd_get_8 (abfd, addr);
H A Dcoff-rs6000.c2672 dst->l_smtype = bfd_get_8 (abfd, src->l_smtype);
2673 dst->l_smclas = bfd_get_8 (abfd, src->l_smclas);
2717 dst->r_size = bfd_get_8 (abfd, src->r_size);
2718 dst->r_type = bfd_get_8 (abfd, src->r_type);
H A Delf32-cr16.c1301 code = (unsigned short) bfd_get_8 (abfd, contents + irel->r_offset);
H A Dbfd-in2.h1045 #define bfd_get_8(abfd, ptr) \
1078 ((bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
1099 bfd_get_8 (abfd, ptr)
1038 #define bfd_get_8 macro
H A Dcoff-arm.c122 char x = bfd_get_8 (abfd, addr);
H A Ddwarf2.c249 return bfd_get_8 (abfd, buf);
H A Delflink.c7029 x = (x << (8 * chunksz)) | bfd_get_8 (input_bfd, location);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drddbg.c172 type = bfd_get_8 (abfd, stab + 4);
173 other = bfd_get_8 (abfd, stab + 5);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2-frame.c934 return bfd_get_8 (abfd, (bfd_byte *) buf);
963 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
990 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
H A Ddwarf2read.c4709 return bfd_get_8 (abfd, (bfd_byte *) buf);
4977 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
5005 byte = bfd_get_8 (abfd, (bfd_byte *) buf);
H A Ddwarfread.c3751 rtnval = bfd_get_8 (objfile->obfd, (bfd_byte *) from);
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1051 #define bfd_get_8(abfd, ptr) \
1084 ((bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
1105 bfd_get_8 (abfd, ptr)
1044 #define bfd_get_8 macro

Completed in 266 milliseconds