HomeSort by relevance Sort by last modified time
    Searched defs:add_mapping (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
merge.cc 100 Object_merge_map::add_mapping(const Merge_map* merge_map, unsigned int shndx, function in class:gold::Object_merge_map
238 Merge_map::add_mapping(Relobj* object, unsigned int shndx,
250 object_merge_map->add_mapping(this, shndx, offset, length, output_offset);
439 this->add_mapping(object, shndx, i, entsize, k);
628 this->add_mapping((*l)->object, (*l)->shndx, last_input_offset,
ehframe.h 195 add_mapping(section_offset_type output_offset, Merge_map* merge_map) const function in class:gold::Fde
198 merge_map->add_mapping(this->object_, this->u_.from_object.shndx,
merge.h 60 add_mapping(const Merge_map*, unsigned int shndx, section_offset_type offset,
189 add_mapping(Relobj* object, unsigned int shndx,
198 // value stored by add_mapping, namely the offset from the start of
297 add_mapping(Relobj* object, unsigned int shndx, section_offset_type offset, function in class:gold::Output_merge_base
300 this->merge_map_.add_mapping(object, shndx, offset, length, output_offset);

Completed in 828 milliseconds