Home
last modified time | relevance | path

Searched refs:text_shdr (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darm.cc1735 const elfcpp::Shdr<32, big_endian>& text_shdr);
6252 const elfcpp::Shdr<32, big_endian> text_shdr(pshdrs + index * shdr_size); in section_needs_reloc_stub_scanning() local
6253 return this->section_is_scannable(text_shdr, index, in section_needs_reloc_stub_scanning()
6765 const elfcpp::Shdr<32, big_endian>& text_shdr) in make_exidx_input_section() argument
6771 text_shdr.get_sh_size()); in make_exidx_input_section()
6799 if ((text_shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0) in make_exidx_input_section()
6808 else if ((text_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) == 0) in make_exidx_input_section()
6889 elfcpp::Shdr<32, big_endian> text_shdr(pshdrs in do_read_symbols() local
6891 this->make_exidx_input_section(i, shdr, text_shndx, text_shdr); in do_read_symbols()
6964 elfcpp::Shdr<32, big_endian> text_shdr(pshdrs in do_read_symbols() local
[all …]
Daarch64.cc2108 const elfcpp::Shdr<size, big_endian>& text_shdr, in text_section_is_scannable() argument
2115 if (text_shdr.get_sh_size() == 0 in text_section_is_scannable()
2116 || (text_shdr.get_sh_flags() & elfcpp::SHF_ALLOC) == 0 in text_section_is_scannable()
2117 || text_shdr.get_sh_type() != elfcpp::SHT_PROGBITS) in text_section_is_scannable()
2175 const elfcpp::Shdr<size, big_endian> text_shdr(pshdrs + in section_needs_reloc_stub_scanning() local
2177 return this->text_section_is_scannable(text_shdr, text_shndx, in section_needs_reloc_stub_scanning()