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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-bfd.h1108 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
1106 #define elf_section_flags macro
H A Delf.c713 elf_section_flags (newsect) = hdr->sh_flags;
2233 elf_section_flags (sec) = ssect->attr;
2488 elf_section_flags (elt->output_section) |= SHF_GROUP;
7963 if ((elf_section_flags (sec1) & SHF_GROUP) != 0
7964 && (elf_section_flags (sec2) & SHF_GROUP) != 0)

Completed in 168 milliseconds