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

  /toolchain/binutils/binutils-2.25/gold/
object.h 121 unsigned int reloc_shndx; member in struct:gold::Section_relocs
    [all...]
ehframe.cc 561 // SYMBOL_NAMES_SIZE). RELOC_SHNDX is the index of a relocation
578 unsigned int reloc_shndx,
600 shndx, reloc_shndx,
641 unsigned int reloc_shndx,
653 if (!relocs.initialize(object, reloc_shndx, reloc_type))
    [all...]
dwarf_reader.h 55 // Initialize the relocation tracker for section RELOC_SHNDX.
57 initialize(unsigned int reloc_shndx, unsigned int reloc_type)
58 { return this->do_initialize(reloc_shndx, reloc_type); }
122 do_initialize(unsigned int reloc_shndx, unsigned int reloc_type);
696 unsigned int reloc_shndx,
699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx),
    [all...]
gdb-index.h 65 unsigned int reloc_shndx,
object.cc     [all...]
ehframe.h 378 // the symbol names section (size SYMBOL_NAMES_SIZE). RELOC_SHNDX
390 unsigned int shndx, unsigned int reloc_shndx,
466 unsigned int reloc_shndx,
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...]
reloc.cc 351 sr.reloc_shndx = i;
475 Relocatable_relocs* rr = this->relocatable_relocs(p->reloc_shndx);
549 Relocatable_relocs* rr = this->relocatable_relocs(p->reloc_shndx);
993 relinfo.reloc_shndx = i;
    [all...]
gdb-index.cc 184 unsigned int reloc_shndx,
188 reloc_shndx, reloc_type),
    [all...]
layout.h 515 // input section should go. RELOC_SHNDX is the index of a
524 unsigned int reloc_shndx, unsigned int reloc_type, off_t* offset);
594 // section is RELOC_SHNDX in OBJECT, with data in SHDR.
600 unsigned int reloc_shndx,
622 // RELOC_SHNDX is the index of a relocation section which applies to
635 unsigned int reloc_shndx, unsigned int reloc_type,
661 unsigned int reloc_shndx,
    [all...]
layout.cc     [all...]
output.cc     [all...]
reloc.h 847 // the reloc section, RELOC_SHNDX is the section index of the reloc
852 initialize(Object* object, unsigned int reloc_shndx,
incremental.cc 748 relinfo.reloc_shndx = 0;
    [all...]
output.h     [all...]
aarch64.cc     [all...]
arm.cc     [all...]

Completed in 260 milliseconds