/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/arm-trusted-firmware/include/lib/libc/ |
D | cdefs.h | 16 #define __section(x) __attribute__((__section__(x))) macro 22 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__))
|
/external/arm-trusted-firmware/plat/xilinx/versal/ |
D | versal_gicv3.c | 39 static gicv3_redist_ctx_t rdist_ctx __section("versal_el3_tzc_dram"); 40 static gicv3_dist_ctx_t dist_ctx __section("versal_el3_tzc_dram");
|
/external/arm-trusted-firmware/plat/marvell/armada/common/ |
D | marvell_gicv3.c | 41 static gicv3_redist_ctx_t rdist_ctx __section("arm_el3_tzc_dram"); 42 static gicv3_dist_ctx_t dist_ctx __section("arm_el3_tzc_dram");
|
/external/arm-trusted-firmware/include/lib/xlat_tables/ |
D | xlat_tables_v2_helpers.h | 148 __aligned(XLAT_TABLE_SIZE) __section(_table_section); \ 154 __section(_base_table_section); \
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_gicv3.c | 50 static gicv3_redist_ctx_t rdist_ctx __section("arm_el3_tzc_dram") __used; 51 static gicv3_dist_ctx_t dist_ctx __section("arm_el3_tzc_dram") __used;
|
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/ |
D | spm.c | 32 static int spm_hotplug_ready __section("tzfw_coherent_mem"); 33 static int spm_mcdi_ready __section("tzfw_coherent_mem"); 34 static int spm_suspend_ready __section("tzfw_coherent_mem");
|
/external/arm-trusted-firmware/include/lib/ |
D | bakery_lock.h | 99 #define DEFINE_BAKERY_LOCK(_name) bakery_lock_t _name __section("bakery_lock")
|
/external/arm-trusted-firmware/include/drivers/auth/ |
D | img_parser_mod.h | 56 __section(".img_parser_lib_descs") __used = { \
|
/external/arm-trusted-firmware/include/lib/pmf/ |
D | pmf_helpers.h | 157 __section("pmf_timestamp_array") \ 228 __section("pmf_svc_descs") __used = { \
|
/external/arm-trusted-firmware/include/lib/el3_runtime/ |
D | pubsub.h | 57 #define __pubsub_section(event) __section("__pubsub_" #event)
|
/external/arm-trusted-firmware/include/common/ |
D | runtime_svc.h | 75 __section("rt_svc_descs") __used = { \
|
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/mcdi/ |
D | mt_mcdi.c | 65 static int mcdi_init_status __section("tzfw_coherent_mem");
|
/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/arm-trusted-firmware/lib/xlat_tables/ |
D | xlat_tables_common.c | 42 __aligned(XLAT_TABLE_SIZE) __section("xlat_table");
|
/external/arm-trusted-firmware/lib/psci/ |
D | psci_common.c | 58 __section("tzfw_coherent_mem")
|
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/ |
D | ti_sci.c | 24 __section("tzfw_coherent_mem")
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 76 __section("bakery_lock")
|