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

  /toolchain/binutils/binutils-2.25/gold/
output.cc 290 unsigned int shstrndx = this->shstrtab_section_->out_shndx();
329 gold_assert(shndx == (*p)->out_shndx());
347 gold_assert(shndx == (*p)->out_shndx());
571 unsigned int shstrndx = this->shstrtab_->out_shndx();
573 oehdr.put_e_shstrndx(this->shstrtab_->out_shndx());
670 return this->output_section_->out_shndx();
    [all...]
incremental.cc 1594 int out_shndx = 0; local
    [all...]
reloc.cc 1096 unsigned int out_shndx = output_section->out_shndx(); local
    [all...]
symtab.cc     [all...]
object.cc     [all...]
output.h 174 out_shndx() const function in class:gold::Output_data
    [all...]
layout.cc     [all...]

Completed in 634 milliseconds