Home
last modified time | relevance | path

Searched refs:ptr_to_globals (Results 1 – 25 of 47) sorted by relevance

12

/busybox-1.35.0/libbb/
Dptr_to_globals.c15 struct globals *ptr_to_globals; variable
28 struct globals *const ptr_to_globals __attribute__ ((section (".data"))); variable
DKbuild.src75 lib-y += ptr_to_globals.o
/busybox-1.35.0/mailutils/
Dmail.h20 #define G (*ptr_to_globals)
/busybox-1.35.0/docs/
Dkeep_data_small.txt87 single global pointer (ptr_to_globals) to allocated storage.
89 In order to not duplicate ptr_to_globals in every applet, you can
90 reuse single common one. It is defined in libbb/ptr_to_globals.c
91 as struct globals *const ptr_to_globals, but the struct globals is
96 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.
/busybox-1.35.0/console-tools/
Dshowkey.c35 #define G (*ptr_to_globals)
/busybox-1.35.0/util-linux/
Dacpid.c124 #define G (*ptr_to_globals)
Dmkfs_minix.c158 #define G (*ptr_to_globals)
/busybox-1.35.0/procps/
Dpstree.c82 #define G (*ptr_to_globals)
Diostat.c94 #define G (*ptr_to_globals)
Dpowertop.c98 #define G (*ptr_to_globals)
/busybox-1.35.0/networking/
Difenslave.c166 #define G (*ptr_to_globals)
Darping.c102 #define G (*ptr_to_globals)
Dnetstat.c186 #define G (*ptr_to_globals)
Difplugd.c151 #define G (*ptr_to_globals)
Dnc_bloaty.c148 #define G (*ptr_to_globals)
/busybox-1.35.0/miscutils/
Dhexedit.c45 #define G (*ptr_to_globals)
Dfbsplash.c85 #define G (*ptr_to_globals)
Dconspy.c88 #define G (*ptr_to_globals)
/busybox-1.35.0/loginutils/
Dgetty.c111 #define G (*ptr_to_globals)
/busybox-1.35.0/editors/
Dpatch.c111 #define TT (*ptr_to_globals)
Dpatch_toybox.c237 #define TT (*ptr_to_globals)
Ded.c56 #define G (*ptr_to_globals)
/busybox-1.35.0/modutils/
Dmodprobe.c186 #define G (*ptr_to_globals)
Dmodprobe-small.c113 #define G (*ptr_to_globals)
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt23 #define G (*ptr_to_globals)

12