Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/
H A Dscattered_array.h20 #define __SCT_ARRAY_DEF_ITEM3(element_type, element_name, section_name) \ argument
24 __section(section_name)
26 #define __SCT_ARRAY_DEF_PG_ITEM3(element_type, element_name, section_name) \ argument
28 __section(section_name)
/optee_os/core/include/kernel/
H A Dlinker.h61 #define EMIT_SECTION_INFO_SYMBOLS(section_name) \ argument
62 extern const uint8_t __vcore_ ## section_name ## _start[]; \
63 extern const uint8_t __vcore_ ## section_name ## _end[]; \
64 extern const uint8_t __vcore_ ## section_name ## _size[]
/optee_os/scripts/
H A Dgen_tee_bin.py111 section_name = get_name(section)
114 not dump_names.match(section_name)):