Searched refs:ptr_to_globals (Results 1 – 25 of 47) sorted by relevance
12
15 struct globals *ptr_to_globals; variable28 struct globals *const ptr_to_globals __attribute__ ((section (".data"))); variable
75 lib-y += ptr_to_globals.o
20 #define G (*ptr_to_globals)
87 single global pointer (ptr_to_globals) to allocated storage.89 In order to not duplicate ptr_to_globals in every applet, you can90 reuse single common one. It is defined in libbb/ptr_to_globals.c91 as struct globals *const ptr_to_globals, but the struct globals is96 and then declare that ptr_to_globals is a pointer to it:98 #define G (*ptr_to_globals)100 ptr_to_globals is declared as constant pointer.
35 #define G (*ptr_to_globals)
124 #define G (*ptr_to_globals)
158 #define G (*ptr_to_globals)
82 #define G (*ptr_to_globals)
94 #define G (*ptr_to_globals)
98 #define G (*ptr_to_globals)
166 #define G (*ptr_to_globals)
102 #define G (*ptr_to_globals)
186 #define G (*ptr_to_globals)
151 #define G (*ptr_to_globals)
148 #define G (*ptr_to_globals)
45 #define G (*ptr_to_globals)
85 #define G (*ptr_to_globals)
88 #define G (*ptr_to_globals)
111 #define G (*ptr_to_globals)
111 #define TT (*ptr_to_globals)
237 #define TT (*ptr_to_globals)
56 #define G (*ptr_to_globals)
113 #define G (*ptr_to_globals)
23 #define G (*ptr_to_globals)