Searched refs:bfd_byte (Results 126 - 144 of 144) sorted by relevance

123456

/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1831 bfd_byte buffer[BYTES_IN_WORD];
1864 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
3472 bfd_byte *contents;
3767 bfd_byte *buf;
3879 bfd_byte *contents)
3883 struct aout_link_hash_entry *, void *, bfd_byte *, bfd_boolean *,
4223 bfd_byte *contents)
4227 struct aout_link_hash_entry *, void *, bfd_byte *, bfd_boolean *,
5569 bfd_byte b;
H A Dlibaout.h206 void * reloc, bfd_byte *contents, bfd_boolean *skip,
H A Dpe-mips.c589 bfd_byte *contents,
H A Delf32-spu.c215 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
222 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
546 bfd_byte *data;
1332 bfd_byte *p;
2670 bfd_byte *contents,
3073 bfd_byte *p = htab->ovtab->contents;
H A Dopncls.c1127 bfd_byte *contents;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dpa64solib.c1039 (bfd_byte*) &x_dynp->d_tag);
H A Dmips-tdep.c291 enum bfd_endian endian, bfd_byte * in,
292 const bfd_byte * out, int buf_offset)
2275 CORE_ADDR lhs = bfd_get_32 (the_bfd, (bfd_byte *) a);
2276 CORE_ADDR rhs = bfd_get_32 (the_bfd, (bfd_byte *) b);
3762 bfd_byte reg[MAX_REGISTER_SIZE];
H A Dsymfile.c1007 crc32 = bfd_get_32 (objfile->obfd, (bfd_byte *) (contents + crc_offset));
3500 bfd_byte *
3501 symfile_relocate_debug_section (bfd *abfd, asection *sectp, bfd_byte *buf)
H A Dtarget.c1157 (bfd_byte *) buf + xfered,
1179 (bfd_byte *) buf + xfered,
H A Dregcache.c1073 bfd_byte reg[MAX_REGISTER_SIZE];
H A Dhpread.c401 tmp = bfd_get_32 (sym_bfd, (bfd_byte *) (buf + sizeof (int) * 4));
468 tmp = bfd_get_32 (sym_bfd, (bfd_byte *) (buf + sizeof (int) * 3));
H A Ddbxread.c791 static bfd_byte *stabs_data;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsh-dis.c900 bfd_byte bytes[4];
H A Dsparc-dis.c454 bfd_byte buffer[4];
H A Dcr16-dis.c756 bfd_byte buffer[4];
H A Darc-dis.c1167 bfd_byte buffer[4];
H A Di386-dis.c41 static int fetch_data (struct disassemble_info *, bfd_byte *);
109 bfd_byte *max_fetched;
110 bfd_byte the_buffer[MAX_MNEM_SIZE];
173 fetch_data (struct disassemble_info *info, bfd_byte *addr)
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c1059 bfd_elf_set_obj_attr_contents (stdoutput, (bfd_byte *)p, size);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c12149 bfd_byte *buf;
12167 buf = (bfd_byte *) (fixP->fx_frag->fr_literal + fixP->fx_where);
14168 bfd_byte *buf;
14173 buf = (bfd_byte *)fragp->fr_literal + fragp->fr_fix;
14189 fixp = fix_new_exp (fragp, buf - (bfd_byte *)fragp->fr_literal,
14256 i = buf - (bfd_byte *)fragp->fr_literal - fragp->fr_fix;
14280 i = buf - (bfd_byte *)fragp->fr_literal - fragp->fr_fix;
14306 fixp = fix_new_exp (fragp, buf - (bfd_byte *)fragp->fr_literal,
14328 fixp = fix_new_exp (fragp, buf - (bfd_byte *)fragp->fr_literal,
14346 fixp = fix_new_exp (fragp, buf - (bfd_byte *)frag
[all...]

Completed in 390 milliseconds

123456