Home
last modified time | relevance | path

Searched refs:Output_reloc (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc709 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
730 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
755 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
781 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
810 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
831 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
856 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
872 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
892 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
908 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() function in gold::Output_reloc::SHT_REL
[all …]
Doutput.h1007 class Output_reloc; variable
1010 class Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>
1020 Output_reloc() in Output_reloc() function
1031 Output_reloc(Symbol* gsym, unsigned int type, Output_data* od,
1035 Output_reloc(Symbol* gsym, unsigned int type,
1042 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1048 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1056 Output_reloc(Output_section* os, unsigned int type, Output_data* od,
1059 Output_reloc(Output_section* os, unsigned int type,
1065 Output_reloc(unsigned int type, Output_data* od, Address address,
[all …]
DChangeLog2613 * output.cc (Output_reloc::Output_reloc): Add is_relative.
2615 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
2939 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
3234 * output.h (Output_reloc::Output_reloc <output section>): Add
3236 (Output_reloc::add_output_section_relative): New functions.
3237 * output.cc (Output_reloc::Output_reloc <output section>): Handle
3239 (Output_reloc::symbol_value): Handle SECTION_CODE.
3915 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
3918 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
3920 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
[all …]