Home
last modified time | relevance | path

Searched refs:objc_selector_refs_section (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin-protos.h100 extern void objc_selector_refs_section PARAMS ((void));
H A Ddarwin.h587 SECTION_FUNCTION (objc_selector_refs_section, \
653 objc_selector_refs_section (); \
H A Ddarwin.c1175 objc_selector_refs_section ();
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-sections.def31 DEF_SECTION (objc_selector_refs_section, SECTION_MERGE, ".objc_message_refs", 1)
H A Ddarwin.c102 objc_selector_refs_section, in output_objc_section_asm_op() enumerator
1209 return darwin_sections[objc_selector_refs_section]; in machopic_select_section()