Searched refs:elf_section_flags (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c805 elf_section_flags (newsect) = hdr->sh_flags;
2575 elf_section_flags (sec) = ssect->attr;
4455 if ((elf_section_flags (m->sections[i]) & SHF_TLS) == 0
6083 elf_section_flags (osec) |= (elf_section_flags (isec)
6095 if (elf_section_flags (isec) & SHF_GROUP)
6096 elf_section_flags (osec) |= SHF_GROUP;
6183 elf_section_flags (s->output_section) &= ~SHF_GROUP;
9016 if ((elf_section_flags (sec1) & SHF_GROUP) != 0
9017 && (elf_section_flags (sec
[all...]
H A Delf64-x86-64.c3472 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
3526 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0)
3535 if ((elf_section_flags (sec) & SHF_X86_64_LARGE) == 0)
3576 && (elf_section_flags (*oldsec) & SHF_X86_64_LARGE) != 0)
3583 && (elf_section_flags (*oldsec) & SHF_X86_64_LARGE) == 0)
H A Delf-bfd.h1238 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
1236 #define elf_section_flags macro
H A Delf32-ppc.c4084 elf_section_flags (htab->plt->output_section) = SHF_ALLOC + SHF_WRITE;
H A Delf32-arm.c3673 || (elf_section_flags (sec) & SHF_EXECINSTR) == 0
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c678 elf_section_flags (sec) = attr;
H A Dtc-ia64.c3748 && (elf_section_flags (text_seg) & SHF_GROUP) != 0)

Completed in 203 milliseconds