Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.cc1270 struct Output_reloc_writer struct
1272 typedef Output_reloc<sh_type, dynamic, size, big_endian> Output_reloc_type;
1273 typedef std::vector<Output_reloc_type> Relocs;
1276 write(typename Relocs::const_iterator p, unsigned char* pov) in write()
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.cc1258 struct Output_reloc_writer struct
1260 typedef Output_reloc<sh_type, dynamic, size, big_endian> Output_reloc_type;
1261 typedef std::vector<Output_reloc_type> Relocs;
1264 write(typename Relocs::const_iterator p, unsigned char* pov) in write()