Home
last modified time | relevance | path

Searched refs:__section (Results 1 – 24 of 24) 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/arm-trusted-firmware/include/lib/libc/
Dcdefs.h16 #define __section(x) __attribute__((__section__(x))) macro
22 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__))
/external/arm-trusted-firmware/plat/xilinx/versal/
Dversal_gicv3.c39 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/
Dmarvell_gicv3.c41 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/
Dxlat_tables_v2_helpers.h148 __aligned(XLAT_TABLE_SIZE) __section(_table_section); \
154 __section(_base_table_section); \
/external/arm-trusted-firmware/plat/arm/common/
Darm_gicv3.c50 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/
Dspm.c32 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/
Dbakery_lock.h99 #define DEFINE_BAKERY_LOCK(_name) bakery_lock_t _name __section("bakery_lock")
/external/arm-trusted-firmware/include/drivers/auth/
Dimg_parser_mod.h56 __section(".img_parser_lib_descs") __used = { \
/external/arm-trusted-firmware/include/lib/pmf/
Dpmf_helpers.h157 __section("pmf_timestamp_array") \
228 __section("pmf_svc_descs") __used = { \
/external/arm-trusted-firmware/include/lib/el3_runtime/
Dpubsub.h57 #define __pubsub_section(event) __section("__pubsub_" #event)
/external/arm-trusted-firmware/include/common/
Druntime_svc.h75 __section("rt_svc_descs") __used = { \
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/mcdi/
Dmt_mcdi.c65 static int mcdi_init_status __section("tzfw_coherent_mem");
/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/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c42 __aligned(XLAT_TABLE_SIZE) __section("xlat_table");
/external/arm-trusted-firmware/lib/psci/
Dpsci_common.c58 __section("tzfw_coherent_mem")
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c24 __section("tzfw_coherent_mem")
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst76 __section("bakery_lock")