Searched refs:sym (Results 1 – 7 of 7) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/pmu/ |
A D | pmu_fw.c | 8 #define INCBIN(file, sym, sec) \ argument 11 ".global " sym "\n" \ 12 ".type " sym ", %object\n" \ 14 sym ":\n" \ 16 ".size " sym ", .-" sym "\n" \ 17 ".global " sym "_end\n" \ 18 sym "_end:\n" \
|
/arm-trusted-firmware-2.8.0/lib/zlib/ |
A D | inftrees.c | 41 unsigned sym; /* index of code symbols */ local 109 for (sym = 0; sym < codes; sym++) 110 count[lens[sym]]++; 146 for (sym = 0; sym < codes; sym++) 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 217 if (work[sym] + 1U < match) { 219 here.val = work[sym]; 221 else if (work[sym] >= match) { 223 here.val = base[work[sym] - match]; 251 sym++; [all …]
|
A D | inflate.c | 291 unsigned sym, bits; local 295 sym = 0; 296 while (sym < 144) state->lens[sym++] = 8; 297 while (sym < 256) state->lens[sym++] = 9; 298 while (sym < 280) state->lens[sym++] = 7; 299 while (sym < 288) state->lens[sym++] = 8; 306 sym = 0; 307 while (sym < 32) state->lens[sym++] = 5;
|
/arm-trusted-firmware-2.8.0/include/lib/ |
A D | utils_def.h | 147 #define IMPORT_SYM(type, sym, name) \ argument 148 extern char sym[];\ 149 static const __attribute__((unused)) type name = (type) sym; 157 #define ASSERT_SYM_PTR_ALIGN(sym) assert(((size_t)(sym) % __alignof__(*(sym))) == 0) argument
|
/arm-trusted-firmware-2.8.0/include/lib/libc/sys/ |
A D | cdefs.h | 533 extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym))) 535 #define __weak_reference(sym,alias) \ argument 537 __asm__(".equ " #alias ", " #sym) 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 561 #define __GLOBL(sym) __asm__(".globl " __XSTRING(sym)) argument [all …]
|
/arm-trusted-firmware-2.8.0/include/lib/libc/ |
A D | cdefs.h | 31 #define __weak_reference(sym, alias) \ argument
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | allwinner.rst | 82 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
|
Completed in 27 milliseconds