Searched defs:sym (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/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,impl,verid) \ argument 547 #define __weak_reference(sym,alias) \ argument 550 #define __warn_references(sym,msg) \ argument 554 #define __sym_compat(sym,impl,verid) \ argument 556 #define __sym_default(impl,sym,verid) \ argument 561 #define __GLOBL(sym) __asm__(".globl " __XSTRING(sym)) argument [all …]
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | cdefs.h | 45 #define __weak_reference(sym, alias) \ argument
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 36 unsigned sym; /* index of code symbols */ in inflate_table() local
|
| H A D | inflate.c | 260 unsigned sym, bits; in fixedtables() local
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | asm_macros.S | 249 .macro adr_l, dst, sym
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | utils_def.h | 224 #define IMPORT_SYM(type, sym, name) \ argument 234 #define ASSERT_SYM_PTR_ALIGN(sym) assert(((size_t)(sym) % __alignof__(*(sym))) == 0) argument
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | asm_macros.S | 334 .macro adr_l, dst, sym
|