Home
last modified time | relevance | path

Searched refs:WR_SECTION (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dwindres.c1164 WR_SECTION(wrbfd) = sec; 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()
Dwindint.h1081 #define WR_SECTION(PTR) (PTR)->sec macro