Home
last modified time | relevance | path

Searched refs:__section (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/include/
Dbpf_api.h65 #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/
Diw.h85 …__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/
Dbpf_graft.c44 __section("aaa")
51 __section("bbb")
Dbpf_shared.c29 __section("egress")
41 __section("ingress")
Dbpf_map_in_map.c24 __section("egress")
40 __section("ingress")
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
Dspl_boot.c20 static gd_t gdata __section(".data");
22 static bd_t bdata __section(".data");
/external/u-boot/arch/arm/mach-rockchip/
Dbootrom.c17 static jmp_buf brom_ctx __section(".data");
/external/u-boot/include/linux/
Dcompiler.h429 #ifndef __section
430 # define __section(S) __attribute__ ((__section__(#S))) macro
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/external/u-boot/arch/arm/mach-omap2/
Dsec-common.c58 static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN) __section(".data");