Home
last modified time | relevance | path

Searched refs:find_merge_section (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dmerge.h73 find_merge_section(unsigned int shndx) const;
H A Doutput.cc2734 Output_merge_base* pomb = this->lookup_maps_->find_merge_section(msp); in add_merge_input_section()
2938 Output_section::find_merge_section(const Relobj* object, in find_merge_section() function in gold::Output_section
2941 return object->find_merge_section(shndx); in find_merge_section()
2988 const Output_section_data* posd = this->find_merge_section(object, shndx); in is_input_address_mapped()
3033 const Output_section_data* posd = this->find_merge_section(object, shndx); in output_offset()
3066 const Output_section_data* posd = this->find_merge_section(object, shndx); in output_address()
3109 const Output_section_data* data = this->find_merge_section(object, shndx); in find_starting_output_address()
H A Dmerge.cc176 Object_merge_map::find_merge_section(unsigned int shndx) const { in find_merge_section() function in gold::Object_merge_map
H A Dobject.cc302 Relobj::find_merge_section(unsigned int shndx) const { in find_merge_section() function in gold::Relobj
306 return object_merge_map->find_merge_section(shndx); in find_merge_section()
H A Doutput.h3090 find_merge_section(const Merge_section_properties& msp) const in find_merge_section() function
4477 find_merge_section(const Relobj* object, unsigned int shndx) const;
H A Dobject.h1339 find_merge_section(unsigned int shndx) const;
/dragonfly/contrib/binutils-2.27/gold/
H A Dmerge.h73 find_merge_section(unsigned int shndx) const;
H A Doutput.cc2720 Output_merge_base* pomb = this->lookup_maps_->find_merge_section(msp); in add_merge_input_section()
2924 Output_section::find_merge_section(const Relobj* object, in find_merge_section() function in gold::Output_section
2927 return object->find_merge_section(shndx); in find_merge_section()
2974 const Output_section_data* posd = this->find_merge_section(object, shndx); in is_input_address_mapped()
3019 const Output_section_data* posd = this->find_merge_section(object, shndx); in output_offset()
3052 const Output_section_data* posd = this->find_merge_section(object, shndx); in output_address()
3095 const Output_section_data* data = this->find_merge_section(object, shndx); in find_starting_output_address()
H A Dmerge.cc176 Object_merge_map::find_merge_section(unsigned int shndx) const { in find_merge_section() function in gold::Object_merge_map
H A Dobject.cc302 Relobj::find_merge_section(unsigned int shndx) const { in find_merge_section() function in gold::Relobj
306 return object_merge_map->find_merge_section(shndx); in find_merge_section()
H A Doutput.h3090 find_merge_section(const Merge_section_properties& msp) const in find_merge_section() function
4467 find_merge_section(const Relobj* object, unsigned int shndx) const;
H A Dobject.h1334 find_merge_section(unsigned int shndx) const;