Searched refs:ppc_section_flags (Results 1 – 4 of 4) sorted by relevance
221 extern int ppc_section_flags (flagword, bfd_vma, int);224 #define md_elf_section_flags(FLAGS, ATTR, TYPE) ppc_section_flags (FLAGS, ATTR, TYPE)
3575 ppc_section_flags (flagword flags, bfd_vma attr ATTRIBUTE_UNUSED, int type) in ppc_section_flags() function
1547 * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
2817 (ppc_section_flags): Change type of arg attr to bfd_vma.