Home
last modified time | relevance | path

Searched refs:Relobj (Results 1 – 25 of 71) sorted by relevance

123

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dgdb-index.h61 Relobj* object,
86 add_address_range_list(Relobj* object, unsigned int cu_index, in add_address_range_list()
111 pubnames_read(const Relobj* object, off_t offset);
116 set_pubnames_read(const Relobj* object, off_t offset);
155 Relobj* object,
162 Relobj* object,
191 Per_cu_range_list(Relobj* obj, uint32_t index, Dwarf_range_list* r) in Per_cu_range_list()
194 Relobj* object;
258 const Relobj* pubnames_object_;
H A Dmerge.h206 Relobj*
242 do_output_offset(const Relobj* object, unsigned int shndx,
258 record_input_section(Relobj* relobj, unsigned int shndx);
268 Relobj* first_relobj_;
289 do_add_input_section(Relobj* object, unsigned int shndx);
413 do_add_input_section(Relobj* object, unsigned int shndx);
488 Relobj* object;
494 Merged_strings_list(Relobj* objecta, unsigned int shndxa) in Merged_strings_list()
H A Dicf.h77 get_folded_section(Relobj* dup_obj, unsigned int dup_shndx);
98 unfold_section(Relobj* obj, unsigned int shndx);
103 is_section_folded(Relobj* obj, unsigned int shndx);
108 section_has_function_pointers(Relobj* obj, unsigned int shndx) in section_has_function_pointers()
117 set_section_has_function_pointers(Relobj* obj, unsigned int shndx) in set_section_has_function_pointers()
H A Dtarget.h46 class Relobj; variable
274 plt_address_for_local(const Relobj* object, unsigned int symndx) const in plt_address_for_local()
280 tls_offset_for_local(const Relobj* object, in tls_offset_for_local()
341 calls_non_split(Relobj* object, unsigned int shndx, in calls_non_split()
447 output_section_name(const Relobj* relobj, in output_section_name()
624 do_plt_address_for_local(const Relobj*, unsigned int) const in do_plt_address_for_local() argument
628 do_tls_offset_for_local(const Relobj*, unsigned int, unsigned int) const in do_tls_offset_for_local() argument
671 do_calls_non_split(Relobj* object, unsigned int, section_offset_type,
765 do_output_section_name(const Relobj*, const char*, size_t*) const in do_output_section_name() argument
1096 Relobj* src_obj, in gc_add_reference()
[all …]
H A Doutput.h788 add_input_section(Relobj* object, unsigned int shndx) in add_input_section()
798 output_offset(const Relobj* object, unsigned int shndx, in output_offset()
827 do_add_input_section(Relobj*, unsigned int) in do_add_input_section() argument
832 do_output_offset(const Relobj*, unsigned int, section_offset_type, in do_output_offset() argument
1536 Relobj* relobj, unsigned int shndx, uint64_t address,
1543 add_local_generic(Relobj* relobj, unsigned int local_sym_index,
1552 add_local_generic(Relobj* relobj, unsigned int local_sym_index,
1570 Output_data* od, Relobj* relobj,
1746 Relobj* relobj, unsigned int shndx, uint64_t address, in add_global_generic()
1819 add_local_generic(Relobj* relobj, unsigned int local_sym_index, in add_local_generic()
[all …]
H A Dgc.h87 is_section_garbage(Relobj* obj, unsigned int shndx) in is_section_garbage()
103 add_reference(Relobj* src_object, unsigned int src_shndx, in add_reference()
104 Relobj* dst_object, unsigned int dst_shndx) in add_reference()
153 get_embedded_addend_size(int r_type, Relobj* obj) in get_embedded_addend_size()
227 Relobj* dst_obj; in gc_process_relocs()
289 dst_obj = static_cast<Relobj*>(gsym->object()); in gc_process_relocs()
H A Ddwarf_reader.h224 read_abbrevs(Relobj* object, in read_abbrevs()
251 do_read_abbrevs(Relobj* object,
354 read_ranges_table(Relobj* object,
361 read_range_list(Relobj* object,
416 read_section(Relobj* object, const unsigned char* symbol_table,
692 Relobj* object, in Dwarf_info_reader()
823 Relobj*
872 Relobj* object_;
H A Dehframe.h167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Fde()
223 Relobj* object_;
270 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie()
340 Relobj* object_;
419 do_output_offset(const Relobj*, unsigned int shndx,
H A Dlayout.h253 Relobj*
259 set_object(Relobj* object) in set_object()
364 Relobj* object_;
775 match_file_name(const Relobj* relobj, const char* file_name);
781 is_ctors_in_init_array(Relobj* relobj, unsigned int shndx) const;
791 find_or_add_kept_section(const std::string& name, Relobj* object,
985 keep_input_section(const Relobj*, const char*);
1130 output_section_name(const Relobj*, const char* name, size_t* plen);
1149 choose_output_section(const Relobj* relobj, const char* name,
1174 make_eh_frame_section(const Relobj*);
H A Dmapfile.h34 class Relobj; variable
82 print_input_section(Relobj*, unsigned int shndx);
H A Dobject.h1092 class Relobj : public Object
1095 Relobj(const std::string& name, Input_file* input_file, off_t offset = 0)
1607 initialize_input_to_output_map(const Relobj*, unsigned int input_shndx);
1618 value(const Relobj* object, unsigned int input_shndx, Value addend) const in value()
1656 value_from_output_section(const Relobj*, unsigned int input_shndx,
1727 initialize_input_to_output_map(const Relobj* object) in initialize_input_to_output_map()
1991 class Sized_relobj : public Relobj
1995 typedef Relobj::Symbols Symbols;
2000 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
2005 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
[all …]
H A Dtarget-reloc.h521 get_size_for_reloc(unsigned int, Relobj*) in get_size_for_reloc() argument
555 local_non_section_strategy(unsigned int r_type, Relobj*, unsigned int r_sym) in local_non_section_strategy() argument
567 local_section_strategy(unsigned int r_type, Relobj* object) in local_section_strategy()
594 global_strategy(unsigned int, Relobj*, unsigned int) in global_strategy() argument
621 local_non_section_strategy(unsigned int, Relobj*, unsigned int) in local_non_section_strategy() argument
626 local_section_strategy(unsigned int, Relobj*) in local_section_strategy() argument
644 global_strategy(unsigned int, Relobj*, unsigned int) in global_strategy() argument
H A Dmerge.cc230 Output_merge_base::do_output_offset(const Relobj* object, in do_output_offset()
241 Output_merge_base::record_input_section(Relobj* relobj, unsigned int shndx) in record_input_section()
335 Output_merge_data::do_add_input_section(Relobj* object, unsigned int shndx) in do_add_input_section()
438 Output_merge_string<Char_type>::do_add_input_section(Relobj* object, in do_add_input_section()
557 Relobj *object = (*l)->object; in finalize_merged_data()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dgdb-index.h61 Relobj* object,
86 add_address_range_list(Relobj* object, unsigned int cu_index, in add_address_range_list()
111 pubnames_read(const Relobj* object, off_t offset);
116 set_pubnames_read(const Relobj* object, off_t offset);
155 Relobj* object,
162 Relobj* object,
191 Per_cu_range_list(Relobj* obj, uint32_t index, Dwarf_range_list* r) in Per_cu_range_list()
194 Relobj* object;
258 const Relobj* pubnames_object_;
H A Dicf.h90 get_folded_section(Relobj* dup_obj, unsigned int dup_shndx);
111 unfold_section(Relobj* obj, unsigned int shndx);
116 is_section_folded(Relobj* obj, unsigned int shndx);
121 section_has_function_pointers(Relobj* obj, unsigned int shndx) in section_has_function_pointers()
130 set_section_has_function_pointers(Relobj* obj, unsigned int shndx) in set_section_has_function_pointers()
167 add_ehframe_links(Relobj* object, unsigned int ehframe_shndx,
H A Dmerge.h206 Relobj*
242 do_output_offset(const Relobj* object, unsigned int shndx,
258 record_input_section(Relobj* relobj, unsigned int shndx);
268 Relobj* first_relobj_;
289 do_add_input_section(Relobj* object, unsigned int shndx);
413 do_add_input_section(Relobj* object, unsigned int shndx);
488 Relobj* object;
494 Merged_strings_list(Relobj* objecta, unsigned int shndxa) in Merged_strings_list()
H A Dtarget.h46 class Relobj; variable
284 plt_address_for_local(const Relobj* object, unsigned int symndx) const in plt_address_for_local()
290 tls_offset_for_local(const Relobj* object, in tls_offset_for_local()
351 calls_non_split(Relobj* object, unsigned int shndx, in calls_non_split()
457 output_section_name(const Relobj* relobj, in output_section_name()
647 do_plt_address_for_local(const Relobj*, unsigned int) const in do_plt_address_for_local() argument
651 do_tls_offset_for_local(const Relobj*, unsigned int, unsigned int) const in do_tls_offset_for_local() argument
694 do_calls_non_split(Relobj* object, unsigned int, section_offset_type,
788 do_output_section_name(const Relobj*, const char*, size_t*) const in do_output_section_name() argument
1124 Relobj* src_obj, in gc_add_reference()
[all …]
H A Doutput.h788 add_input_section(Relobj* object, unsigned int shndx) in add_input_section()
798 output_offset(const Relobj* object, unsigned int shndx, in output_offset()
827 do_add_input_section(Relobj*, unsigned int) in do_add_input_section() argument
832 do_output_offset(const Relobj*, unsigned int, section_offset_type, in do_output_offset() argument
1536 Relobj* relobj, unsigned int shndx, uint64_t address,
1543 add_local_generic(Relobj* relobj, unsigned int local_sym_index,
1552 add_local_generic(Relobj* relobj, unsigned int local_sym_index,
1570 Output_data* od, Relobj* relobj,
1746 Relobj* relobj, unsigned int shndx, uint64_t address, in add_global_generic()
1819 add_local_generic(Relobj* relobj, unsigned int local_sym_index, in add_local_generic()
[all …]
H A Dgc.h87 is_section_garbage(Relobj* obj, unsigned int shndx) in is_section_garbage()
103 add_reference(Relobj* src_object, unsigned int src_shndx, in add_reference()
104 Relobj* dst_object, unsigned int dst_shndx) in add_reference()
153 get_embedded_addend_size(int r_type, Relobj* obj) in get_embedded_addend_size()
228 Relobj* dst_obj; in gc_process_relocs()
295 dst_obj = static_cast<Relobj*>(gsym->object()); in gc_process_relocs()
H A Ddwarf_reader.h224 read_abbrevs(Relobj* object, in read_abbrevs()
251 do_read_abbrevs(Relobj* object,
354 read_ranges_table(Relobj* object,
361 read_range_list(Relobj* object,
416 read_section(Relobj* object, const unsigned char* symbol_table,
692 Relobj* object, in Dwarf_info_reader()
830 Relobj*
879 Relobj* object_;
H A Dehframe.h167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Fde()
228 Relobj* object_;
275 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset, in Cie()
355 Relobj* object_;
439 do_output_offset(const Relobj*, unsigned int shndx,
H A Dlayout.h253 Relobj*
259 set_object(Relobj* object) in set_object()
364 Relobj* object_;
820 match_file_name(const Relobj* relobj, const char* file_name);
826 is_ctors_in_init_array(Relobj* relobj, unsigned int shndx) const;
836 find_or_add_kept_section(const std::string& name, Relobj* object,
1030 keep_input_section(const Relobj*, const char*);
1188 output_section_name(const Relobj*, const char* name, size_t* plen);
1207 choose_output_section(const Relobj* relobj, const char* name,
1232 make_eh_frame_section(const Relobj*);
H A Dmapfile.h34 class Relobj; variable
82 print_input_section(Relobj*, unsigned int shndx);
H A Dtarget-reloc.h262 Relobj* kept_obj = object->find_kept_section_object(orig_shndx, in issue_discarded_error()
565 get_size_for_reloc(unsigned int, Relobj*) in get_size_for_reloc() argument
599 local_non_section_strategy(unsigned int r_type, Relobj*, unsigned int r_sym) in local_non_section_strategy() argument
611 local_section_strategy(unsigned int r_type, Relobj* object) in local_section_strategy()
638 global_strategy(unsigned int, Relobj*, unsigned int) in global_strategy() argument
665 local_non_section_strategy(unsigned int, Relobj*, unsigned int) in local_non_section_strategy() argument
670 local_section_strategy(unsigned int, Relobj*) in local_section_strategy() argument
688 global_strategy(unsigned int, Relobj*, unsigned int) in global_strategy() argument
H A Dmerge.cc230 Output_merge_base::do_output_offset(const Relobj* object, in do_output_offset()
241 Output_merge_base::record_input_section(Relobj* relobj, unsigned int shndx) in record_input_section()
335 Output_merge_data::do_add_input_section(Relobj* object, unsigned int shndx) in do_add_input_section()
438 Output_merge_string<Char_type>::do_add_input_section(Relobj* object, in do_add_input_section()
559 Relobj *object = (*l)->object; in finalize_merged_data()

123