Home
last modified time | relevance | path

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

/linux-3.4.99/arch/xtensa/kernel/
Dvmlinux.lds.S93 *(.sched.literal .sched.text)
96 *(.spinlock.literal .spinlock.text)
142 .DoubleExceptionVector.literal);
171 .DebugInterruptVector.literal,
179 .DebugInterruptVector.literal)
181 .KernelExceptionVector.literal,
189 .KernelExceptionVector.literal)
191 .UserExceptionVector.literal,
199 .UserExceptionVector.literal)
201 .DoubleExceptionVector.literal,
[all …]
/linux-3.4.99/arch/xtensa/boot/boot-elf/
Dboot.lds.S13 *(.literal .text.literal .text)
/linux-3.4.99/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/linux-3.4.99/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_shipped62 char *literal;
Ddtc-parser.tab.c_shipped134 char *literal;
1444 (yyval.addr) = eval_literal((yyvsp[(1) - (1)].literal), 0, 64);
1639 (yyval.cell) = eval_literal((yyvsp[(1) - (1)].literal), 0, 32);
1938 print_error("bad characters in literal");
1941 print_error("literal out of range");
1943 print_error("bad literal");
Ddtc-lexer.lex.c_shipped910 yylval.literal = xstrdup(yytext);
911 DPRINT("Literal: '%s'\n", yylval.literal);
/linux-3.4.99/lib/lzo/
Dlzo1x_compress.c41 literal: in lzo1x_1_do_compress()
51 goto literal; in lzo1x_1_do_compress()
/linux-3.4.99/tools/perf/Documentation/
DMakefile111 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/linux-3.4.99/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-3.4.99/Documentation/s390/
DDebugging390.txt401 This is a pointer to the back of the literal pool which
569 the literal value 0, some risc architectures also do this ). So now
572 + the size of the literal pool to get to the top of the literal pool
599 4003a0: a7 da ff f0 ahi %r13,-16 # literal pool
604 # literal pool
/linux-3.4.99/Documentation/kbuild/
Dmakefiles.txt336 part has a literal value which specifies the file that it is for.