Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dmips.cc2396 struct Mips_output_reloc_writer<sh_type, dynamic, 32, big_endian> struct
2398 typedef Output_reloc<sh_type, dynamic, 32, big_endian> Output_reloc_type;
2399 typedef std::vector<Output_reloc_type> Relocs;
2402 write(typename Relocs::const_iterator p, unsigned char* pov) in write()
2407 struct Mips_output_reloc_writer<sh_type, dynamic, 64, big_endian> struct
2409 typedef Output_reloc<sh_type, dynamic, 64, big_endian> Output_reloc_type;
2410 typedef std::vector<Output_reloc_type> Relocs;
2413 write(typename Relocs::const_iterator p, unsigned char* pov) in write()