Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf64-x86-64.c3470 elf_section_flags (lcomm) |= SHF_X86_64_LARGE; in elf64_x86_64_add_symbol_hook()
3524 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0) in elf64_x86_64_common_section_index()
3533 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0) in elf64_x86_64_common_section()
3574 && (elf_section_flags (*oldsec) & SHF_X86_64_LARGE) != 0) in elf64_x86_64_merge_symbol()
3581 && (elf_section_flags (*oldsec) & SHF_X86_64_LARGE) == 0) in elf64_x86_64_merge_symbol()
H A Delf.c805 elf_section_flags (newsect) = hdr->sh_flags; in _bfd_elf_make_section_from_shdr()
2570 elf_section_flags (sec) = ssect->attr; in _bfd_elf_new_section_hook()
4450 if ((elf_section_flags (m->sections[i]) & SHF_TLS) == 0 in assign_file_positions_for_load_sections()
6078 elf_section_flags (osec) |= (elf_section_flags (isec) in _bfd_elf_init_private_section_data()
6090 if (elf_section_flags (isec) & SHF_GROUP) in _bfd_elf_init_private_section_data()
6091 elf_section_flags (osec) |= SHF_GROUP; in _bfd_elf_init_private_section_data()
6178 elf_section_flags (s->output_section) &= ~SHF_GROUP; in _bfd_elf_copy_private_header_data()
9005 if ((elf_section_flags (sec1) & SHF_GROUP) != 0 in bfd_elf_match_symbols_in_sections()
9006 && (elf_section_flags (sec2) & SHF_GROUP) != 0) in bfd_elf_match_symbols_in_sections()
H A Delf-bfd.h1236 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags) macro
H A Delf32-ppc.c4074 elf_section_flags (htab->plt->output_section) = SHF_ALLOC + SHF_WRITE; in ppc_elf_tls_setup()
H A Delf32-arm.c3673 || (elf_section_flags (sec) & SHF_EXECINSTR) == 0 in bfd_elf32_arm_vfp11_erratum_scan()
H A DChangeLog-02031751 (elf_section_flags): New.
1760 elf_section_type and elf_section_flags.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-elf.c678 elf_section_flags (sec) = attr; in obj_elf_change_section()
H A Dtc-ia64.c3748 && (elf_section_flags (text_seg) & SHF_GROUP) != 0) in start_unwind_section()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-02031215 elf_section_type and elf_section_flags only when they are
1227 elf_section_type and elf_section_flags.