Searched refs:section_name (Results 1 – 3 of 3) sorted by relevance
20 #define __SCT_ARRAY_DEF_ITEM3(element_type, element_name, section_name) \ argument24 __section(section_name __SECTION_FLAGS_RODATA)26 #define __SCT_ARRAY_DEF_PG_ITEM3(element_type, element_name, section_name) \ argument28 __section(section_name __SECTION_FLAGS_RODATA)
65 #define EMIT_SECTION_INFO_SYMBOLS(section_name) \ argument66 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[]
111 section_name = get_name(section)114 not dump_names.match(section_name)):
Completed in 5 milliseconds