Home
last modified time | relevance | path

Searched refs:out_shndx (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc290 unsigned int shstrndx = this->shstrtab_section_->out_shndx(); in do_sized_write()
329 gold_assert(shndx == (*p)->out_shndx()); in do_sized_write()
347 gold_assert(shndx == (*p)->out_shndx()); in do_sized_write()
571 unsigned int shstrndx = this->shstrtab_->out_shndx(); in do_sized_write()
573 oehdr.put_e_shstrndx(this->shstrtab_->out_shndx()); in do_sized_write()
670 return this->output_section_->out_shndx(); in do_out_shndx()
1340 output_shndx = os->out_shndx(); in do_write()
3634 oshdr->put_sh_link(this->link_section_->out_shndx()); in write_header()
3638 oshdr->put_sh_link(layout->dynsym_section()->out_shndx()); in write_header()
3646 info = this->info_section_->out_shndx(); in write_header()
[all …]
Dincremental.cc1594 int out_shndx = 0; in write_info_blocks() local
1600 out_shndx = os->out_shndx(); in write_info_blocks()
1605 Swap32::writeval(pov + 4, out_shndx); in write_info_blocks()
2573 shndx = os->out_shndx(); in do_relocate()
2611 st_shndx = os->out_shndx(); in do_relocate()
Dreloc.cc1096 unsigned int out_shndx = output_section->out_shndx(); in incremental_relocs_write_reltype() local
1155 elfcpp::Swap<32, big_endian>::writeval(pov + 4, out_shndx); in incremental_relocs_write_reltype()
Dsymtab.cc2988 shndx = os->out_shndx(); in sized_write_globals()
3012 shndx = od->out_shndx(); in sized_write_globals()
3205 unsigned int shndx = os->out_shndx(); in sized_write_section_symbol()
Dobject.cc2618 st_shndx = out_sections[st_shndx]->out_shndx(); in write_local_symbols()
Doutput.h174 out_shndx() const in out_shndx() function
Dlayout.cc5341 return this->symtab_section_->out_shndx(); in symtab_section_shndx()