Searched refs:WR_BFD (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | windres.c | 1170 WR_BFD(wrbfd) = abfd; in set_windres_bfd() 1180 if (! bfd_set_section_contents (WR_BFD(wrbfd), WR_SECTION(wrbfd), data, off, length)) in set_windres_bfd_content() 1193 if (! bfd_get_section_contents (WR_BFD(wrbfd), WR_SECTION(wrbfd), data, off, length)) in get_windres_bfd_content() 1211 bfd_put_8 (WR_BFD(wrbfd), value, p); in windres_put_8() 1228 bfd_put_16 (WR_BFD(wrbfd), value, data); in windres_put_16() 1248 bfd_put_32 (WR_BFD(wrbfd), value, data); in windres_put_32() 1270 return bfd_get_8 (WR_BFD(wrbfd), data); in windres_get_8() 1288 return bfd_get_16 (WR_BFD(wrbfd), data); in windres_get_16() 1308 return bfd_get_32 (WR_BFD(wrbfd), data); in windres_get_32()
|
| D | windint.h | 1082 #define WR_BFD(PTR) (PTR)->abfd macro
|
| D | rescoff.c | 733 r->howto = bfd_reloc_type_lookup (WR_BFD (cwi->wrbfd), BFD_RELOC_RVA); in coff_res_to_bin()
|