Home
last modified time | relevance | path

Searched defs:Output_reloc_writer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.cc1273 struct Output_reloc_writer struct
1275 typedef Output_reloc<sh_type, dynamic, size, big_endian> Output_reloc_type;
1276 typedef std::vector<Output_reloc_type> Relocs;
1279 write(typename Relocs::const_iterator p, unsigned char* pov) in write()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc1272 struct Output_reloc_writer struct
1274 typedef Output_reloc<sh_type, dynamic, size, big_endian> Output_reloc_type;
1275 typedef std::vector<Output_reloc_type> Relocs;
1278 write(typename Relocs::const_iterator p, unsigned char* pov) in write()