Searched refs:Output_relocatable_relocs (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | output.cc | 1295 Output_relocatable_relocs<sh_type, size, big_endian>::set_final_data_size() in set_final_data_size() 5549 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, false>; variable 5554 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, true>; variable 5559 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, false>; variable 5564 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, true>; variable 5569 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, false>; variable 5574 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, true>; variable 5579 class Output_relocatable_relocs<elfcpp::SHT_RELA, 64, false>; variable 5584 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()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | output.cc | 1283 Output_relocatable_relocs<sh_type, size, big_endian>::set_final_data_size() in set_final_data_size() 5498 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, false>; variable 5503 class Output_relocatable_relocs<elfcpp::SHT_REL, 32, true>; variable 5508 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, false>; variable 5513 class Output_relocatable_relocs<elfcpp::SHT_REL, 64, true>; variable 5518 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, false>; variable 5523 class Output_relocatable_relocs<elfcpp::SHT_RELA, 32, true>; variable 5528 class Output_relocatable_relocs<elfcpp::SHT_RELA, 64, false>; variable 5533 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 | 1327 posd = new Output_relocatable_relocs<elfcpp::SHT_REL, in layout_reloc() 1334 posd = new Output_relocatable_relocs<elfcpp::SHT_RELA, in layout_reloc()
|