Lines Matching refs:pshdrs

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