Searched refs:WR_BFD (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | windres.c | 1161 WR_BFD(wrbfd) = abfd; in set_windres_bfd() 1171 if (! bfd_set_section_contents (WR_BFD(wrbfd), WR_SECTION(wrbfd), data, off, length)) in set_windres_bfd_content() 1184 if (! bfd_get_section_contents (WR_BFD(wrbfd), WR_SECTION(wrbfd), data, off, length)) in get_windres_bfd_content() 1202 bfd_put_8 (WR_BFD(wrbfd), value, p); in windres_put_8() 1219 bfd_put_16 (WR_BFD(wrbfd), value, data); in windres_put_16() 1239 bfd_put_32 (WR_BFD(wrbfd), value, data); in windres_put_32() 1261 return bfd_get_8 (WR_BFD(wrbfd), data); in windres_get_8() 1279 return bfd_get_16 (WR_BFD(wrbfd), data); in windres_get_16() 1299 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 | 712 r->howto = bfd_reloc_type_lookup (WR_BFD (cwi->wrbfd), BFD_RELOC_RVA); in coff_res_to_bin()
|