Searched defs:Mips_output_reloc_writer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | mips.cc | 2407 struct Mips_output_reloc_writer<sh_type, dynamic, 32, big_endian> struct 2409 typedef Output_reloc<sh_type, dynamic, 32, 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() 2418 struct Mips_output_reloc_writer<sh_type, dynamic, 64, big_endian> struct 2420 typedef Output_reloc<sh_type, dynamic, 64, big_endian> Output_reloc_type; 2421 typedef std::vector<Output_reloc_type> Relocs; 2424 write(typename Relocs::const_iterator p, unsigned char* pov) in write()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | mips.cc | 2407 struct Mips_output_reloc_writer<sh_type, dynamic, 32, big_endian> struct 2409 typedef Output_reloc<sh_type, dynamic, 32, 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() 2418 struct Mips_output_reloc_writer<sh_type, dynamic, 64, big_endian> struct 2420 typedef Output_reloc<sh_type, dynamic, 64, big_endian> Output_reloc_type; 2421 typedef std::vector<Output_reloc_type> Relocs; 2424 write(typename Relocs::const_iterator p, unsigned char* pov) in write()
|