HomeSort by relevance Sort by last modified time
    Searched refs:is_merge_section_for (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
merge.h 77 is_merge_section_for(const Merge_map*, unsigned int shndx);
209 is_merge_section_for(const Relobj* object, unsigned int shndx) const;
merge.cc 185 Object_merge_map::is_merge_section_for(const Merge_map* merge_map,
274 Merge_map::is_merge_section_for(const Relobj* object, unsigned int shndx) const
279 return object_merge_map->is_merge_section_for(this, shndx);
303 return this->merge_map_.is_merge_section_for(object, shndx);
ehframe.cc     [all...]
output.h 682 is_merge_section_for(const Relobj* object, unsigned int shndx) const function in class:gold::Output_section_data
718 // The child class may implement is_merge_section_for.
    [all...]
output.cc 2208 Output_section::Input_section::is_merge_section_for(const Relobj* object, function in class:gold::Output_section::Input_section
    [all...]

Completed in 135 milliseconds