HomeSort by: relevance | last modified time | path
    Searched refs:global (Results 1 - 25 of 342) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/indent/
fmt_init.c 8 int global = { initializer }; variable in typeref:typename:int
9 int global = { variable in typeref:typename:int
25 int global = {initializer}; variable in typeref:typename:int
26 int global = { variable in typeref:typename:int
opt_ldi.c 12 int global; variable in typeref:typename:int
22 int global; variable in typeref:typename:int
32 int global; variable in typeref:typename:int
42 int global; variable in typeref:typename:int
  /src/tests/usr.bin/xlint/lint1/
msg_188.c 13 struct point global = { variable in typeref:struct:point
  /src/sys/compat/linux/arch/aarch64/
linux_sigcode.S 30 .global _C_LABEL(linux_sigcode)
31 .global _C_LABEL(linux_esigcode)
32 .global _C_LABEL(linux_rt_sigcode)
  /src/sys/arch/i386/stand/bootxx/
label.S 17 .global _C_LABEL(ptn_disklabel)
  /src/sys/arch/landisk/stand/bootxx/
label.S 6 .global _C_LABEL(ptn_disklabel)
  /src/tests/lib/libc/arch/sparc64/
return_one.S 5 .global return_one_end
  /src/tests/usr.bin/c++/
t_asan_global_buffer_overflow.sh 45 asan_test_case global_buffer_overflow "Global Buffer Overflow example" \
46 global-buffer-overflow
  /src/tests/usr.bin/cc/
t_asan_global_buffer_overflow.sh 45 asan_test_case global_buffer_overflow "Global Buffer Overflow example" \
46 global-buffer-overflow
  /src/sys/arch/evbarm/stand/gzboot/
image.S 44 .global _C_LABEL(md_root_loadaddr)
48 .global _C_LABEL(md_root_size)
52 .global _C_LABEL(md_root_image)
  /src/share/examples/amd/
amd.conf 7 [ global ]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/
Makefile 3 uniphier-ld11-global.dtb \
6 uniphier-ld20-global.dtb \
  /src/tests/lib/libc/arch/sparc/
return_one.S 5 .global return_one_end
  /src/lib/csu/arch/aarch64/
crtend.S 38 .global __EH_FRAME_END__
45 .global __JCR_END__
  /src/lib/csu/arch/earm/
crtend.S 43 .global __EH_FRAME_END__
50 .global __JCR_END__
  /src/lib/csu/arch/hppa/
crtend.S 38 .global __CTOR_LIST_END__
45 .global __DTOR_LIST_END__
  /src/lib/csu/arch/m68k/
crtend.S 37 .global __CTOR_LIST_END__
44 .global __DTOR_LIST_END__
  /src/lib/csu/arch/or1k/
crtend.S 38 .global __EH_FRAME_END__
45 .global __JCR_END__
  /src/lib/csu/arch/riscv/
crtend.S 38 .global __EH_FRAME_END__
45 .global __JCR_END__
  /src/lib/csu/arch/sparc/
crtend.S 37 .global __CTOR_LIST_END__
44 .global __DTOR_LIST_END__
  /src/lib/csu/arch/vax/
crtend.S 37 .global __CTOR_LIST_END__
44 .global __DTOR_LIST_END__
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_globals.c 39 struct i915_global *global; local in function:i915_globals_shrink
46 list_for_each_entry(global, &globals, link)
47 global->shrink();
79 void __init i915_global_register(struct i915_global *global)
81 GEM_BUG_ON(!global->shrink);
82 GEM_BUG_ON(!global->exit);
84 list_add_tail(&global->link, &globals);
89 struct i915_global *global, *next; local in function:__i915_globals_cleanup
91 list_for_each_entry_safe_reverse(global, next, &globals, link)
92 global->exit()
    [all...]
  /src/lib/csu/arch/alpha/
crtend.S 37 .global __CTOR_LIST_END__
44 .global __DTOR_LIST_END__
  /src/lib/csu/arch/arm/
crtend.S 37 .global __CTOR_LIST_END__
44 .global __DTOR_LIST_END__
  /src/lib/csu/arch/ia64/
crtend.S 37 .global __CTOR_LIST_END__
44 .global __DTOR_LIST_END__

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>