Home
last modified time | relevance | path

Searched refs:string_section (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-runtime-shared-support.h39 extern tree add_objc_string (tree ident, string_section);
40 extern tree get_objc_string_decl (tree, string_section);
H A Dobjc-runtime-hooks.h60 tree (*string_decl) (tree, const char *, string_section);
H A Dobjc-act.h628 typedef enum string_section enum
634 } string_section; typedef
H A Dobjc-runtime-shared-support.c296 add_objc_string (tree ident, string_section section) in add_objc_string()
H A Dobjc-gnu-runtime-abi-01.c96 static tree gnu_runtime_abi_01_string_decl (tree, const char *, string_section);
557 string_section where ATTRIBUTE_UNUSED) in gnu_runtime_abi_01_string_decl()
H A Dobjc-next-runtime-abi-01.c116 static tree next_runtime_abi_01_string_decl (tree, const char *, string_section);
649 next_runtime_abi_01_string_decl (tree type, const char *name, string_section where) in next_runtime_abi_01_string_decl()
H A Dobjc-next-runtime-abi-02.c201 static tree next_runtime_abi_02_string_decl (tree, const char *, string_section);
988 next_runtime_abi_02_string_decl (tree type, const char *name, string_section where) in next_runtime_abi_02_string_decl()
H A Dobjc-act.c3223 get_objc_string_decl (tree ident, enum string_section section) in get_objc_string_decl()