Home | History | Annotate | Download | only in gold

Lines Matching refs:pshdrs

274   const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
278 const unsigned char* ps = pshdrs + This::shdr_size;
306 typename This::Shdr secshdr(pshdrs + shndx * This::shdr_size);
368 typename This::Shdr symtabshdr(pshdrs
651 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
662 this->write_sections(layout, pshdrs, of, &views);
670 this->relocate_sections(symtab, layout, pshdrs, of, &views);
711 // Write section data to the output file. PSHDRS points to the
718 const unsigned char* pshdrs,
729 const unsigned char* p = pshdrs + This::shdr_size;
907 const unsigned char* pshdrs,
923 const unsigned char* p = pshdrs + This::shdr_size;
996 relinfo.data_shdr = pshdrs + index * This::shdr_size;
1004 typename This::Shdr data_shdr(pshdrs + index * This::shdr_size);
1006 this->split_stack_adjust(symtab, pshdrs, sh_type, index,
1201 const unsigned char* pshdrs,
1211 this->split_stack_adjust_reltype<elfcpp::SHT_REL>(symtab, pshdrs, shndx,
1218 this->split_stack_adjust_reltype<elfcpp::SHT_RELA>(symtab, pshdrs, shndx,
1233 const unsigned char* pshdrs,
1292 this->find_functions(pshdrs, shndx, &function_offsets);
1389 const unsigned char* pshdrs,
1397 typename This::Shdr symtabshdr(pshdrs + symtab_shndx * This::shdr_size);
1731 const unsigned char* pshdrs,
1742 const unsigned char* pshdrs,
1753 const unsigned char* pshdrs,
1764 const unsigned char* pshdrs,