Searched refs:bfd_h_put_8 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | libaout.h | 36 #define H_PUT_8 bfd_h_put_8
|
D | mach-o.c | 1788 bfd_h_put_8 (abfd, s->n_type, raw.n_type); in bfd_mach_o_write_symtab_content() 1789 bfd_h_put_8 (abfd, s->n_sect, raw.n_sect); in bfd_mach_o_write_symtab_content() 1802 bfd_h_put_8 (abfd, s->n_type, raw.n_type); in bfd_mach_o_write_symtab_content() 1803 bfd_h_put_8 (abfd, s->n_sect, raw.n_sect); in bfd_mach_o_write_symtab_content()
|
D | bfd-in2.h | 1143 #define bfd_h_put_8(abfd, val, ptr) \ macro 1184 #define H_PUT_8 bfd_h_put_8
|