Searched refs:__section (Results 1 – 12 of 12) sorted by relevance
/external/iproute2/include/ |
D | bpf_api.h | 65 #ifndef __section 66 # define __section(NAME) \ macro 72 __section(__stringify(ID) "/" __stringify(KEY)) 77 __section(ELF_SECTION_PROG) 82 __section(ELF_SECTION_CLASSIFIER) 87 __section(ELF_SECTION_ACTION) 92 __section(ELF_SECTION_PROG) 97 __section(ELF_SECTION_LICENSE) 102 __section(ELF_SECTION_MAPS)
|
/external/iw/ |
D | iw.h | 85 …__COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help, NUL… 87 …__ACMD(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help, select… 89 …__COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 1, idby, handler, NULL, NUL… 93 __section ## _ ## _name \ 104 struct cmd __section ## _ ## _name \ 111 extern struct cmd __section ## _ ## _name;
|
/external/iproute2/examples/bpf/ |
D | bpf_graft.c | 44 __section("aaa") 51 __section("bbb")
|
D | bpf_shared.c | 29 __section("egress") 41 __section("ingress")
|
D | bpf_map_in_map.c | 24 __section("egress") 40 __section("ingress")
|
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
D | spl_boot.c | 20 static gd_t gdata __section(".data"); 22 static bd_t bdata __section(".data");
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | bootrom.c | 17 static jmp_buf brom_ctx __section(".data");
|
/external/u-boot/include/linux/ |
D | compiler.h | 429 #ifndef __section 430 # define __section(S) __attribute__ ((__section__(#S))) macro
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 38 def __section(x): return __attribute__((__section__(x))) function 42 def __section(x): return __attribute__((__section__(x))) function
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 38 def __section(x): return __attribute__((__section__(x))) function 42 def __section(x): return __attribute__((__section__(x))) function
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 38 def __section(x): return __attribute__((__section__(x))) function 42 def __section(x): return __attribute__((__section__(x))) function
|
/external/u-boot/arch/arm/mach-omap2/ |
D | sec-common.c | 58 static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN) __section(".data");
|