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

  /toolchain/binutils/binutils-2.25/gold/
merge.cc 65 Object_merge_map::get_or_make_input_merge_map(const Merge_map* merge_map,
72 // must be done with the same Merge_map.
73 gold_assert(map->merge_map == merge_map);
81 this->first_map_.merge_map = merge_map;
87 this->second_map_.merge_map = merge_map;
92 new_map->merge_map = merge_map
    [all...]
merge.h 36 class Merge_map;
54 // Add a mapping for MERGE_MAP, for the bytes from OFFSET to OFFSET
60 add_mapping(const Merge_map*, unsigned int shndx, section_offset_type offset,
63 // Get the output offset for an input address. MERGE_MAP is the map
71 get_output_offset(const Merge_map*, unsigned int shndx,
77 is_merge_section_for(const Merge_map*, unsigned int shndx);
131 // right data, we store a pointer to the Merge_map here, and we
133 // look up information for a different Merge_map, we report that
136 const Merge_map* merge_map; member in struct:gold::Object_merge_map::Input_merge_map
    [all...]
ehframe.h 192 // Add a mapping for this FDE to MERGE_MAP, so that relocations
195 add_mapping(section_offset_type output_offset, Merge_map* merge_map) const
198 merge_map->add_mapping(this->object_, this->u_.from_object.shndx,
307 // alignment, typically 4 or 8. This updates MERGE_MAP with the
311 Merge_map*);
516 Merge_map merge_map_;
ehframe.cc 415 Merge_map* merge_map)
425 merge_map->add_mapping(this->object_, this->shndx_, this->input_offset_,
435 (*p)->add_mapping(output_offset + length, merge_map);
    [all...]
reloc.cc     [all...]
object.h 1219 merge_map() const function in class:gold::Relobj
    [all...]

Completed in 63 milliseconds