Searched refs:Output_relocatable_relocs (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | output.cc | 1298 Output_relocatable_relocs<sh_type, size, big_endian>::set_final_data_size() in set_final_data_size() 5505 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, false>; variable 5510 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, true>; variable 5515 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, false>; variable 5520 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, true>; variable 5525 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, false>; variable 5530 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, true>; variable 5535 class Output_relocatable_relocs<elfcpp::SHT_RELA, 64, false>; variable 5540 class Output_relocatable_relocs<elfcpp::SHT_RELA, 64, true>; variable
|
H A D | output.h | 2352 class Output_relocatable_relocs : public Output_section_data 2355 Output_relocatable_relocs(Relocatable_relocs* rr) in Output_relocatable_relocs() function
|
H A D | layout.cc | 1360 posd = new Output_relocatable_relocs<elfcpp::SHT_REL, in layout_reloc() 1367 posd = new Output_relocatable_relocs<elfcpp::SHT_RELA, in layout_reloc()
|
H A D | ChangeLog-0815 | 16751 (Output_relocatable_relocs::do_print_to_mapfile): New function.
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | output.cc | 1297 Output_relocatable_relocs<sh_type, size, big_endian>::set_final_data_size() in set_final_data_size() 5504 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, false>; variable 5509 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, true>; variable 5514 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, false>; variable 5519 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, true>; variable 5524 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, false>; variable 5529 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, true>; variable 5534 class Output_relocatable_relocs<elfcpp::SHT_RELA, 64, false>; variable 5539 class Output_relocatable_relocs<elfcpp::SHT_RELA, 64, true>; variable
|
H A D | output.h | 2352 class Output_relocatable_relocs : public Output_section_data 2355 Output_relocatable_relocs(Relocatable_relocs* rr) in Output_relocatable_relocs() function
|
H A D | layout.cc | 1357 posd = new Output_relocatable_relocs<elfcpp::SHT_REL, in layout_reloc() 1364 posd = new Output_relocatable_relocs<elfcpp::SHT_RELA, in layout_reloc()
|
H A D | ChangeLog-0815 | 16751 (Output_relocatable_relocs::do_print_to_mapfile): New function.
|