Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Ddarwin-protos.h108 extern void objc_meth_var_names_section PARAMS ((void));
Ddarwin.h611 SECTION_FUNCTION (objc_meth_var_names_section, \
664 objc_meth_var_names_section (); \
Ddarwin.c1163 objc_meth_var_names_section ();
/openbsd/src/gnu/gcc/gcc/config/
Ddarwin-sections.def45 DEF_SECTION (objc_meth_var_names_section, 0, ".objc_meth_var_names", 1)
Ddarwin.c113 objc_meth_var_names_section, in output_objc_section_asm_op() enumerator
1197 return darwin_sections[objc_meth_var_names_section]; in machopic_select_section()