Searched defs:sym (Results 1 – 6 of 6) sorted by relevance
| /arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/ |
| H A D | pmu_fw.c | 8 #define INCBIN(file, sym, sec) \ argument
|
| /arm-trusted-firmware/include/lib/libc/sys/ |
| H A D | cdefs.h | 532 #define __strong_reference(sym,aliassym) \ argument 535 #define __weak_reference(sym,alias) \ argument 538 #define __warn_references(sym,msg) \ argument 542 #define __sym_compat(sym,impl,verid) \ argument 544 #define __sym_default(sym,imp argument 547 __weak_reference(sym,alias) global() argument 550 __warn_references(sym,msg) global() argument 554 __sym_compat(sym,impl,verid) global() argument 556 __sym_default(impl,sym,verid) global() argument 561 __GLOBL(sym) global() argument 562 __WEAK(sym) global() argument [all...] |
| /arm-trusted-firmware/include/lib/libc/ |
| H A D | cdefs.h | 32 #define __weak_reference(sym, alias) \ argument
|
| /arm-trusted-firmware/lib/zlib/ |
| H A D | inftrees.c | 36 unsigned sym; /* index of code symbols */ in inflate_table() local [all...] |
| H A D | inflate.c | 260 unsigned sym, bits; in fixedtables() local [all...] |
| /arm-trusted-firmware/include/lib/ |
| H A D | utils_def.h | 182 #define IMPORT_SYM(type, sym, name) \ argument 192 #define ASSERT_SYM_PTR_ALIGN(sym) assert(((size_t)(sym) % __alignof__(*(sym))) == 0) argument
|