Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
Dlos_tables.h45 __asm__(".section \".liteos.table." X_STRING(name) ".begin\",\"aw\"\n" \
46 ".globl " X_STRING(LOS_LABEL_DEFN(label)) "\n" \
47 ".type " X_STRING(LOS_LABEL_DEFN(label)) ",object\n" \
48 ".p2align " X_STRING(LOSARC_P2ALIGNMENT) "\n" \
49 X_STRING(LOS_LABEL_DEFN(label)) ":\n" \
56 __asm__(".section \".liteos.table." X_STRING(name) ".finish\",\"aw\"\n" \
57 ".globl " X_STRING(LOS_LABEL_DEFN(label)) "\n" \
58 ".type " X_STRING(LOS_LABEL_DEFN(label)) ",object\n" \
59 ".p2align " X_STRING(LOSARC_P2ALIGNMENT) "\n" \
60 X_STRING(LOS_LABEL_DEFN(label)) ":\n" \
[all …]
Dlos_typedef.h52 #define X_STRING(x) OS_STRING(x) macro
/kernel/liteos_a/testsuites/unittest/common/include/
Dlos_typedef.h46 #define X_STRING(x) OS_STRING(x) macro