Searched refs:literal (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 44 RELOCATE2(KernelExceptionVector,literal); 46 RELOCATE2(UserExceptionVector,literal); 48 RELOCATE2(DoubleExceptionVector,literal); 60 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8, 63 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8, 67 FOLLOWING(.KernelExceptionVector.literal)) 68 SECTION_VECTOR(UserExceptionVector,literal,XCHAL_USER_VECTOR_VADDR-8, 71 FOLLOWING(.UserExceptionVector.literal)) 72 SECTION_VECTOR(DoubleExceptionVector,literal,XCHAL_DOUBLEEXC_VECTOR_VADDR-8, 75 FOLLOWING(.DoubleExceptionVector.literal))
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | ldscript.h | 68 KEEP(*(.reset.literal .reset.text)) \ 75 *(.literal .text) \ 76 *(.literal.* .text.* .stub) \ 77 *(.gnu.warning .gnu.linkonce.literal.*) \ 78 *(.gnu.linkonce.t.*.literal .gnu.linkonce.t.*) \ 79 *(.fini.literal) \
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | lzma.txt | 200 -lc{N}: set number of literal context bits - [0, 8], default: 3 203 -lp{N}: set number of literal pos bits - [0, 4], default: 0 241 and 0 literal context bits. -lc0 allows to reduce memory requirements
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 2378 char *literal; member 2407 if (strcmp(dest->data, r->literal) == 0) { 2408 debug_printf("found reserved word %s, code %d\n",r->literal,r->code); 3312 addr = (ulong) (r->literal) + gd->reloc_off; 3313 r->literal = (char *)addr;
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 1079 lexical_error("Bad integer literal '%s'", 1084 lexical_error("Integer literal '%s' out of range", 1099 DPRINT("Character literal: %s\n", yytext); 1103 lexical_error("Empty character literal"); 1109 lexical_error("Character literal has %d"
|