Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dwindres.c1163 WR_BFD(wrbfd) = abfd; in set_windres_bfd()
1173 if (! bfd_set_section_contents (WR_BFD(wrbfd), WR_SECTION(wrbfd), data, off, length)) in set_windres_bfd_content()
1186 if (! bfd_get_section_contents (WR_BFD(wrbfd), WR_SECTION(wrbfd), data, off, length)) in get_windres_bfd_content()
1204 bfd_put_8 (WR_BFD(wrbfd), value, p); in windres_put_8()
1221 bfd_put_16 (WR_BFD(wrbfd), value, data); in windres_put_16()
1241 bfd_put_32 (WR_BFD(wrbfd), value, data); in windres_put_32()
1263 return bfd_get_8 (WR_BFD(wrbfd), data); in windres_get_8()
1281 return bfd_get_16 (WR_BFD(wrbfd), data); in windres_get_16()
1301 return bfd_get_32 (WR_BFD(wrbfd), data); in windres_get_32()
Dwindint.h1082 #define WR_BFD(PTR) (PTR)->abfd macro
Drescoff.c730 r->howto = bfd_reloc_type_lookup (WR_BFD (cwi->wrbfd), BFD_RELOC_RVA); in coff_res_to_bin()