Searched refs:literal (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 94 *(.sched.literal .sched.text) 97 *(.spinlock.literal .spinlock.text) 143 .DoubleExceptionVector.literal); 172 .DebugInterruptVector.literal, 180 .DebugInterruptVector.literal) 182 .KernelExceptionVector.literal, 190 .KernelExceptionVector.literal) 192 .UserExceptionVector.literal, 200 .UserExceptionVector.literal) 202 .DoubleExceptionVector.literal, [all …]
|
/linux-2.6.39/lib/lzo/ |
D | lzo1x_compress.c | 39 goto literal; in _lzo1x_1_do_compress() 42 goto literal; in _lzo1x_1_do_compress() 52 goto literal; in _lzo1x_1_do_compress() 55 goto literal; in _lzo1x_1_do_compress() 61 goto literal; in _lzo1x_1_do_compress() 70 literal: in _lzo1x_1_do_compress()
|
/linux-2.6.39/arch/xtensa/boot/boot-elf/ |
D | boot.lds.S | 13 *(.literal .text.literal .text)
|
/linux-2.6.39/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 11 *(.literal .text.literal .text)
|
/linux-2.6.39/scripts/dtc/ |
D | dtc-lexer.l | 107 yylval.literal = xstrdup(yytext); 108 DPRINT("Literal: '%s'\n", yylval.literal);
|
D | dtc-parser.y | 41 char *literal; member 59 %token <literal> DT_LITERAL
|
D | dtc-parser.tab.h_shipped | 65 char *literal;
|
D | dtc-parser.tab.c_shipped | 141 char *literal; 1458 (yyval.addr) = eval_literal((yyvsp[(1) - (1)].literal), 0, 64); 1701 (yyval.cell) = eval_literal((yyvsp[(1) - (1)].literal), 0, 32); 2020 print_error("bad characters in literal"); 2023 print_error("literal out of range"); 2025 print_error("bad literal");
|
D | dtc-lexer.lex.c_shipped | 942 yylval.literal = xstrdup(yytext); 943 DPRINT("Literal: '%s'\n", yylval.literal);
|
/linux-2.6.39/tools/perf/Documentation/ |
D | Makefile | 97 XMLTO_EXTRA += -m manpage-bold-literal.xsl
|
/linux-2.6.39/lib/xz/ |
D | xz_dec_lzma2.c | 211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member 577 return s->lzma.literal[low + high]; in lzma_literal_probs()
|
/linux-2.6.39/Documentation/s390/ |
D | Debugging390.txt | 402 This is a pointer to the back of the literal pool which 570 the literal value 0, some risc architectures also do this ). So now 573 + the size of the literal pool to get to the top of the literal pool 600 4003a0: a7 da ff f0 ahi %r13,-16 # literal pool 605 # literal pool
|
/linux-2.6.39/Documentation/kbuild/ |
D | makefiles.txt | 333 part has a literal value which specifies the file that it is for.
|