Home
last modified time | relevance | path

Searched refs:use_plt_offset (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/binutils/binutils-2.37/gold/
H A Doutput.h1146 bool use_plt_offset);
1159 bool use_plt_offset);
1382 use_plt_offset), in Output_reloc()
1401 bool use_plt_offset) in Output_reloc() argument
1412 bool use_plt_offset) in Output_reloc() argument
1868 bool use_plt_offset) in add_local_relative() argument
1872 use_plt_offset)); in add_local_relative()
2091 bool use_plt_offset) in add_global_relative() argument
2173 bool use_plt_offset) in add_local_relative() argument
2177 use_plt_offset)); in add_local_relative()
[all …]
H A Doutput.cc730 bool use_plt_offset) in Output_reloc() argument
733 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE) in Output_reloc()
752 bool use_plt_offset) in Output_reloc() argument
755 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc()
778 bool use_plt_offset) in Output_reloc() argument
781 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
804 bool use_plt_offset) in Output_reloc() argument
807 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
H A Dsymtab.h744 use_plt_offset(int flags) const in use_plt_offset() function
H A Daarch64.cc3859 if (gsym->use_plt_offset(arp->reference_flags())) in scan_reloc_for_stub()
5530 && !gsym->use_plt_offset(arp->reference_flags()) in maybe_apply_stub()
7080 && gsym->use_plt_offset(reloc_property->reference_flags())) in relocate()
H A DChangeLog-08152777 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2783 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
3997 (use_plt_offset): Correct comments.
5335 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
6006 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
6008 * output.h (class Output_reloc): Add use_plt_offset flag.
8677 (Symbol::use_plt_offset): Take a flags argument and pass it
9323 (Symbol::use_plt_offset): Handle IFUNC symbol.
9341 Add use_plt_offset parameter to global and local constructors.
16246 * symtab.h (Symbol::use_plt_offset): New function.
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Doutput.h1146 bool use_plt_offset);
1159 bool use_plt_offset);
1382 use_plt_offset), in Output_reloc()
1401 bool use_plt_offset) in Output_reloc() argument
1412 bool use_plt_offset) in Output_reloc() argument
1868 bool use_plt_offset) in add_local_relative() argument
1872 use_plt_offset)); in add_local_relative()
2091 bool use_plt_offset) in add_global_relative() argument
2173 bool use_plt_offset) in add_local_relative() argument
2177 use_plt_offset)); in add_local_relative()
[all …]
H A Doutput.cc716 bool use_plt_offset) in Output_reloc() argument
719 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE) in Output_reloc()
738 bool use_plt_offset) in Output_reloc() argument
741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc()
764 bool use_plt_offset) in Output_reloc() argument
767 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
790 bool use_plt_offset) in Output_reloc() argument
793 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
H A Dsymtab.h734 use_plt_offset(int flags) const in use_plt_offset() function
H A DChangeLog-08152777 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2783 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
3997 (use_plt_offset): Correct comments.
5335 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
6006 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
6008 * output.h (class Output_reloc): Add use_plt_offset flag.
8677 (Symbol::use_plt_offset): Take a flags argument and pass it
9323 (Symbol::use_plt_offset): Handle IFUNC symbol.
9341 Add use_plt_offset parameter to global and local constructors.
16246 * symtab.h (Symbol::use_plt_offset): New function.
[all …]
H A Daarch64.cc3734 if (gsym->use_plt_offset(arp->reference_flags())) in scan_reloc_for_stub()
6874 && gsym->use_plt_offset(reloc_property->reference_flags())) in relocate()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Doutput.h1146 bool use_plt_offset);
1159 bool use_plt_offset);
1382 use_plt_offset), in Output_reloc()
1401 bool use_plt_offset) in Output_reloc() argument
1412 bool use_plt_offset) in Output_reloc() argument
1868 bool use_plt_offset) in add_local_relative() argument
1872 use_plt_offset)); in add_local_relative()
2091 bool use_plt_offset) in add_global_relative() argument
2173 bool use_plt_offset) in add_local_relative() argument
2177 use_plt_offset)); in add_local_relative()
[all …]
H A Doutput.cc716 bool use_plt_offset) in Output_reloc() argument
719 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE) in Output_reloc()
738 bool use_plt_offset) in Output_reloc() argument
741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc()
764 bool use_plt_offset) in Output_reloc() argument
767 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
790 bool use_plt_offset) in Output_reloc() argument
793 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
H A Dsymtab.h734 use_plt_offset(int flags) const in use_plt_offset() function
H A DChangeLog-08152777 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2783 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
3997 (use_plt_offset): Correct comments.
5335 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
6006 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
6008 * output.h (class Output_reloc): Add use_plt_offset flag.
8677 (Symbol::use_plt_offset): Take a flags argument and pass it
9323 (Symbol::use_plt_offset): Handle IFUNC symbol.
9341 Add use_plt_offset parameter to global and local constructors.
16246 * symtab.h (Symbol::use_plt_offset): New function.
[all …]
H A Daarch64.cc3734 if (gsym->use_plt_offset(arp->reference_flags())) in scan_reloc_for_stub()
6874 && gsym->use_plt_offset(reloc_property->reference_flags())) in relocate()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Doutput.h1146 bool use_plt_offset);
1159 bool use_plt_offset);
1382 use_plt_offset), in Output_reloc()
1401 bool use_plt_offset) in Output_reloc() argument
1412 bool use_plt_offset) in Output_reloc() argument
1868 bool use_plt_offset) in add_local_relative() argument
1872 use_plt_offset)); in add_local_relative()
2091 bool use_plt_offset) in add_global_relative() argument
2173 bool use_plt_offset) in add_local_relative() argument
2177 use_plt_offset)); in add_local_relative()
[all …]
H A Doutput.cc730 bool use_plt_offset) in Output_reloc() argument
733 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE) in Output_reloc()
752 bool use_plt_offset) in Output_reloc() argument
755 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc()
778 bool use_plt_offset) in Output_reloc() argument
781 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
804 bool use_plt_offset) in Output_reloc() argument
807 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
H A Dsymtab.h744 use_plt_offset(int flags) const in use_plt_offset() function
H A Daarch64.cc3859 if (gsym->use_plt_offset(arp->reference_flags())) in scan_reloc_for_stub()
5530 && !gsym->use_plt_offset(arp->reference_flags()) in maybe_apply_stub()
7080 && gsym->use_plt_offset(reloc_property->reference_flags())) in relocate()
H A DChangeLog-08152777 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2783 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
3997 (use_plt_offset): Correct comments.
5335 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
6006 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
6008 * output.h (class Output_reloc): Add use_plt_offset flag.
8677 (Symbol::use_plt_offset): Take a flags argument and pass it
9323 (Symbol::use_plt_offset): Handle IFUNC symbol.
9341 Add use_plt_offset parameter to global and local constructors.
16246 * symtab.h (Symbol::use_plt_offset): New function.
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Doutput.h1146 bool use_plt_offset);
1159 bool use_plt_offset);
1382 use_plt_offset), in Output_reloc()
1401 bool use_plt_offset) in Output_reloc() argument
1412 bool use_plt_offset) in Output_reloc() argument
1868 bool use_plt_offset) in add_local_relative() argument
1872 use_plt_offset)); in add_local_relative()
2091 bool use_plt_offset) in add_global_relative() argument
2173 bool use_plt_offset) in add_local_relative() argument
2177 use_plt_offset)); in add_local_relative()
[all …]
H A Doutput.cc730 bool use_plt_offset) in Output_reloc() argument
733 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE) in Output_reloc()
752 bool use_plt_offset) in Output_reloc() argument
755 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc()
778 bool use_plt_offset) in Output_reloc() argument
781 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
804 bool use_plt_offset) in Output_reloc() argument
807 is_section_symbol_(is_section_symbol), use_plt_offset_(use_plt_offset), in Output_reloc()
H A Dsymtab.h744 use_plt_offset(int flags) const in use_plt_offset() function
H A Daarch64.cc3859 if (gsym->use_plt_offset(arp->reference_flags())) in scan_reloc_for_stub()
5530 && !gsym->use_plt_offset(arp->reference_flags()) in maybe_apply_stub()
7080 && gsym->use_plt_offset(reloc_property->reference_flags())) in relocate()
H A DChangeLog-08152777 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2783 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
3997 (use_plt_offset): Correct comments.
5335 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
6006 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
6008 * output.h (class Output_reloc): Add use_plt_offset flag.
8677 (Symbol::use_plt_offset): Take a flags argument and pass it
9323 (Symbol::use_plt_offset): Handle IFUNC symbol.
9341 Add use_plt_offset parameter to global and local constructors.
16246 * symtab.h (Symbol::use_plt_offset): New function.
[all …]

123