Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/arch/xtensa/kernel/
Dvmlinux.lds.S94 *(.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/
Dlzo1x_compress.c39 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/
Dboot.lds.S13 *(.literal .text.literal .text)
/linux-2.6.39/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/linux-2.6.39/scripts/dtc/
Ddtc-lexer.l107 yylval.literal = xstrdup(yytext);
108 DPRINT("Literal: '%s'\n", yylval.literal);
Ddtc-parser.y41 char *literal; member
59 %token <literal> DT_LITERAL
Ddtc-parser.tab.h_shipped65 char *literal;
Ddtc-parser.tab.c_shipped141 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");
Ddtc-lexer.lex.c_shipped942 yylval.literal = xstrdup(yytext);
943 DPRINT("Literal: '%s'\n", yylval.literal);
/linux-2.6.39/tools/perf/Documentation/
DMakefile97 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/linux-2.6.39/lib/xz/
Dxz_dec_lzma2.c211 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/
DDebugging390.txt402 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/
Dmakefiles.txt333 part has a literal value which specifies the file that it is for.