Searched refs:sym (Results 1 – 10 of 10) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/ |
| H A D | pmu_fw.S | 8 .macro INCBIN file sym sec 10 .global \sym 11 .type \sym, @object 13 \sym : 15 .size \sym , .-\sym 16 .global \sym\()_end 17 \sym\()_end :
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 36 unsigned sym; /* index of code symbols */ in inflate_table() local 104 for (sym = 0; sym < codes; sym++) in inflate_table() 105 count[lens[sym]]++; in inflate_table() 141 for (sym = 0; sym < codes; sym++) in inflate_table() 142 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table() 194 sym = 0; /* starting code symbol */ in inflate_table() 212 if (work[sym] + 1U < match) { in inflate_table() 214 here.val = work[sym]; in inflate_table() 216 else if (work[sym] >= match) { in inflate_table() 217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table() [all …]
|
| H A D | inflate.c | 260 unsigned sym, bits; in fixedtables() local 264 sym = 0; in fixedtables() 265 while (sym < 144) state->lens[sym++] = 8; in fixedtables() 266 while (sym < 256) state->lens[sym++] = 9; in fixedtables() 267 while (sym < 280) state->lens[sym++] = 7; in fixedtables() 268 while (sym < 288) state->lens[sym++] = 8; in fixedtables() 275 sym = 0; in fixedtables() 276 while (sym < 32) state->lens[sym++] = 5; in fixedtables()
|
| /rk3399_ARM-atf/include/lib/libc/sys/ |
| H A D | cdefs.h | 532 #define __strong_reference(sym,aliassym) \ argument 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 539 __asm__(".section .gnu.warning." #sym); \ 542 #define __sym_compat(sym,impl,verid) \ argument 543 __asm__(".symver " #impl ", " #sym "@" #verid) 544 #define __sym_default(sym,impl,verid) \ argument 545 __asm__(".symver " #impl ", " #sym "@@@" #verid) [all …]
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | utils_def.h | 224 #define IMPORT_SYM(type, sym, name) \ argument 225 extern char sym[];\ 226 static const __attribute__((unused)) type name = (type) sym; 234 #define ASSERT_SYM_PTR_ALIGN(sym) assert(((size_t)(sym) % __alignof__(*(sym))) == 0) argument
|
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | asm_macros.S | 249 .macro adr_l, dst, sym argument 250 adrp \dst, \sym 251 add \dst, \dst, :lo12:\sym
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | elfparser.py | 54 sym.name: sym.entry["st_value"] for sym in symtab.iter_symbols()
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | asm_macros.S | 334 .macro adr_l, dst, sym argument 335 adrp \dst, \sym 336 add \dst, \dst, :lo12:\sym
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | cdefs.h | 45 #define __weak_reference(sym, alias) \ argument
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | allwinner.rst | 84 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
|