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

  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.cc 42 // Initialize the relocation tracker for section RELOC_SHNDX.
47 unsigned int reloc_shndx, unsigned int reloc_type)
50 return this->track_relocs_.initialize(this->object_, reloc_shndx,
362 unsigned int reloc_shndx = 0; local
371 reloc_shndx = i;
378 this->ranges_reloc_mapper_->initialize(reloc_shndx, reloc_type);
533 unsigned int reloc_shndx = 0; local
542 reloc_shndx = i;
548 this->reloc_mapper_->initialize(reloc_shndx, reloc_type);
1592 unsigned int reloc_shndx = 0; local
    [all...]
object.h 122 unsigned int reloc_shndx; member in struct:gold::Section_relocs
    [all...]

Completed in 83 milliseconds