Home
last modified time | relevance | path

Searched refs:WR_BFD (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dwindres.c1161 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()
Dwindint.h1082 #define WR_BFD(PTR) (PTR)->abfd macro
Drescoff.c712 r->howto = bfd_reloc_type_lookup (WR_BFD (cwi->wrbfd), BFD_RELOC_RVA); in coff_res_to_bin()