Searched refs:data_shdr (Results 1 – 9 of 9) sorted by relevance
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() local1005 if ((data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0) in do_relocate_sections()
3570 elfcpp::Shdr<size, false> data_shdr(relinfo->data_shdr); in relocate_tls() local3571 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; in relocate_tls()
2845 const unsigned char* data_shdr; member
751 relinfo.data_shdr = NULL; in do_apply_incremental_relocs()
3140 elfcpp::Shdr<32, false> shdr(relinfo->data_shdr); in relocate_tls()
2082 relinfo.data_shdr = pshdrs + i * elfcpp::Elf_sizes<size>::shdr_size; in do_relocate_sections()
7454 elfcpp::Shdr<size, big_endian> shdr(relinfo->data_shdr); in relocate()
6622 relinfo.data_shdr = pshdrs + i * elfcpp::Elf_sizes<32>::shdr_size; in do_relocate_sections()
12087 * object.h (class Relocate_info): Add reloc_shdr and data_shdr12090 data_shdr fields of relinfo.