Home
last modified time | relevance | path

Searched refs:data_shdr (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dreloc.cc996 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() local
1005 if ((data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0) in do_relocate_sections()
Dx86_64.cc3570 elfcpp::Shdr<size, false> data_shdr(relinfo->data_shdr); in relocate_tls() local
3571 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; in relocate_tls()
Dobject.h2845 const unsigned char* data_shdr; member
Dincremental.cc751 relinfo.data_shdr = NULL; in do_apply_incremental_relocs()
Di386.cc3140 elfcpp::Shdr<32, false> shdr(relinfo->data_shdr); in relocate_tls()
Daarch64.cc2082 relinfo.data_shdr = pshdrs + i * elfcpp::Elf_sizes<size>::shdr_size; in do_relocate_sections()
Dpowerpc.cc7454 elfcpp::Shdr<size, big_endian> shdr(relinfo->data_shdr); in relocate()
Darm.cc6622 relinfo.data_shdr = pshdrs + i * elfcpp::Elf_sizes<32>::shdr_size; in do_relocate_sections()
DChangeLog12087 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
12090 data_shdr fields of relinfo.