Searched refs:string_section (Results 1 – 8 of 8) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-runtime-shared-support.h | 39 extern tree add_objc_string (tree ident, string_section); 40 extern tree get_objc_string_decl (tree, string_section);
|
| H A D | objc-runtime-hooks.h | 60 tree (*string_decl) (tree, const char *, string_section);
|
| H A D | objc-act.h | 628 typedef enum string_section enum 634 } string_section; typedef
|
| H A D | objc-runtime-shared-support.c | 296 add_objc_string (tree ident, string_section section) in add_objc_string()
|
| H A D | objc-gnu-runtime-abi-01.c | 96 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 D | objc-next-runtime-abi-01.c | 116 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 D | objc-next-runtime-abi-02.c | 201 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 D | objc-act.c | 3223 get_objc_string_decl (tree ident, enum string_section section) in get_objc_string_decl()
|