Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/
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-3.20.0/core/include/kernel/
A Dlinker.h65 #define EMIT_SECTION_INFO_SYMBOLS(section_name) \ argument
66 extern const uint8_t __vcore_ ## section_name ## _start[]; \
67 extern const uint8_t __vcore_ ## section_name ## _end[]; \
68 extern const uint8_t __vcore_ ## section_name ## _size[]
/optee_os-3.20.0/scripts/
A Dgen_tee_bin.py111 section_name = get_name(section)
114 not dump_names.match(section_name)):

Completed in 4 milliseconds