Home
last modified time | relevance | path

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

/external/iproute2/include/
Dbpf_api.h61 #ifndef __section
62 # define __section(NAME) \ macro
68 __section(__stringify(ID) "/" __stringify(KEY))
73 __section(ELF_SECTION_CLASSIFIER)
78 __section(ELF_SECTION_ACTION)
83 __section(ELF_SECTION_LICENSE)
88 __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_prog.c189 struct bpf_elf_map __section("maps") map_proto = {
197 struct bpf_elf_map __section("maps") map_queue = {
205 struct bpf_elf_map __section("maps") map_drops = {
442 __section("classifier")
466 __section("action-mark")
484 __section("action-rand")
Dbpf_graft.c38 __section("aaa")
47 __section("bbb")
Dbpf_shared.c23 __section("egress")
35 __section("ingress")
/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