Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin-protos.h93 extern void objc_category_section PARAMS ((void));
H A Ddarwin.h566 SECTION_FUNCTION (objc_category_section, \
665 objc_category_section (); \
H A Ddarwin.c1173 objc_category_section ();
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-sections.def24 DEF_SECTION (objc_category_section, 0, ".objc_category", 1)
H A Ddarwin.c114 objc_category_section, in output_objc_section_asm_op() enumerator
1207 return darwin_sections[objc_category_section]; in machopic_select_section()