Lines Matching full:global
75 5: 0000000000000000 128 FUNC GLOBAL DEFAULT 2 test
76 6: 0000000000000000 4 OBJECT GLOBAL DEFAULT 4 g1
77 7: 0000000000000004 4 OBJECT GLOBAL DEFAULT 4 g2
79 The 6th entry is global variable ``g1`` with value 0.
82 for global variable ``g2`` which has a symbol value 4, the offset
96 In general, the ``A`` is 0 for global variables and functions,
153 int global __attribute__((section("sec2")));
155 return gfunc(a, b) + lfunc(a, b) + global;
175 0000000000000040: R_BPF_64_64 global
196 The third relocation corresponds to ld_imm64 of ``global``, which has a section
201 int global() { return 0; }
202 struct t { void *g; } gbl = { global };
210 0000000000000000 0000000700000002 R_BPF_64_ABS64 0000000000000000 global
213 filled with address of ``global`` variable.