Home
last modified time | relevance | path

Searched refs:elf_section_flags (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dtic6xdsbt.em124 && (elf_section_flags (sec) & SHF_EXECINSTR) != 0
Darmelf.em300 && (elf_section_flags (sec) & SHF_EXECINSTR) != 0
/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c216 && (elf_section_flags (info->section) & SHF_PPC_VLE) != 0) in get_powerpc_dialect()
/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c5532 elf_section_flags (lcomm) |= SHF_X86_64_LARGE; in elf_x86_64_add_symbol_hook()
5593 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0) in elf_x86_64_common_section_index()
5602 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0) in elf_x86_64_common_section()
5627 && (elf_section_flags (oldsec) & SHF_X86_64_LARGE) != 0) in elf_x86_64_merge_symbol()
5634 && (elf_section_flags (oldsec) & SHF_X86_64_LARGE) == 0) in elf_x86_64_merge_symbol()
Delf.c872 elf_section_flags (newsect) = hdr->sh_flags; in _bfd_elf_make_section_from_shdr()
2438 elf_section_flags (sec) = ssect->attr; in _bfd_elf_new_section_hook()
6566 elf_section_flags (osec) |= (elf_section_flags (isec) in _bfd_elf_init_private_section_data()
6578 if (elf_section_flags (isec) & SHF_GROUP) in _bfd_elf_init_private_section_data()
6579 elf_section_flags (osec) |= SHF_GROUP; in _bfd_elf_init_private_section_data()
6659 elf_section_flags (s->output_section) &= ~SHF_GROUP; in _bfd_elf_fixup_group_sections()
Delf32-ppc.c2442 sect0_vle = (elf_section_flags (m->sections[0]) & SHF_PPC_VLE) != 0; in ppc_elf_modify_segment_map()
2445 sectj_vle = (elf_section_flags (m->sections[j]) & SHF_PPC_VLE) != 0; in ppc_elf_modify_segment_map()
2836 if (elf_section_flags (plt) & SHF_EXECINSTR) in ppc_elf_get_synthetic_symtab()
5142 elf_section_flags (htab->plt->output_section) = SHF_ALLOC + SHF_WRITE; in ppc_elf_tls_setup()
9174 if ((elf_section_flags (input_section) & SHF_PPC_VLE) == 0) in ppc_elf_relocate_section()
Delf-bfd.h1435 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags) macro
Delfnn-aarch64.c3067 || (elf_section_flags (section) & SHF_EXECINSTR) == 0 in _bfd_aarch64_erratum_835769_scan()
3342 || (elf_section_flags (section) & SHF_EXECINSTR) == 0 in _bfd_aarch64_erratum_843419_scan()
Delf32-arm.c4689 || (elf_section_flags (section) & SHF_EXECINSTR) == 0 in cortex_a8_erratum_scan()
6774 || (elf_section_flags (sec) & SHF_EXECINSTR) == 0 in bfd_elf32_arm_vfp11_erratum_scan()
Delflink.c12402 const bfd_vma sh_flags = elf_section_flags (section); in bfd_elf_lookup_section_flags()
DChangeLog-02031751 (elf_section_flags): New.
1760 elf_section_type and elf_section_flags.
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c713 elf_section_flags (sec) = attr; in obj_elf_change_section()
Dtc-ia64.c3604 && (elf_section_flags (text_seg) & SHF_GROUP) != 0) in start_unwind_section()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02031210 elf_section_type and elf_section_flags only when they are
1222 elf_section_type and elf_section_flags.