Searched refs:property_function (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-xtensa.c | 7916 xtensa_create_property_segments (property_function, section_name_base, in xtensa_create_property_segments() argument 7918 frag_predicate property_function; in xtensa_create_property_segments() 7934 if (section_has_property (sec, property_function)) 7943 add_xt_block_frags (sec, insn_sec, xt_blocks, property_function); 8115 section_has_property (sec, property_function) in section_has_property() argument 8117 frag_predicate property_function; 8126 if (property_function (fragP) 8138 add_xt_block_frags (sec, xt_block_sec, xt_block, property_function) in add_xt_block_frags() argument 8142 frag_predicate property_function; 8166 if (property_function (fragP)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 10096 xtensa_create_property_segments (frag_predicate property_function, in xtensa_create_property_segments() argument 10121 if (section_has_property (sec, property_function)) in xtensa_create_property_segments() 10130 add_xt_block_frags (sec, insn_sec, xt_blocks, property_function, in xtensa_create_property_segments() 10427 section_has_property (segT sec, frag_predicate property_function) in section_has_property() argument 10436 if (property_function (fragP) in section_has_property() 10446 section_has_xproperty (segT sec, frag_flags_fn property_function) in section_has_xproperty() argument 10456 property_function (fragP, &prop_flags); in section_has_xproperty() 10471 frag_predicate property_function, in add_xt_block_frags() argument 10496 if (property_function (fragP) in add_xt_block_frags() 10731 frag_flags_fn property_function) in add_xt_prop_frags() argument [all …]
|