Searched refs:text (Results 176 - 200 of 861) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dvmlinux-xip.lds.S51 .head.text : {
56 .text : { /* Real text segment */
74 _etext = .; /* End of text and rodata section */
78 .exit.text : {
/linux-master/arch/mips/boot/
H A Delf2ecoff.c274 struct sect text, data, bss; local
283 text.len = data.len = bss.len = 0;
284 text.vaddr = data.vaddr = bss.vaddr = 0;
377 combine(&text, &ntxt, 0);
394 if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr ||
395 text.vaddr + text.len > data.vaddr
402 /* If there's a data section but no text section, then the loader
404 text section, so just make the data section zero length following
405 text
[all...]
/linux-master/tools/perf/util/
H A Dparse-events.l38 char *text = parse_events_get_text(scanner);
40 return __value(yylval, text, base, PE_VALUE);
46 char *text = parse_events_get_text(scanner);
48 if (text[0] != '\'') {
49 yylval->str = strdup(text);
52 * If a text tag specified on the command line
60 yylval->str = strndup(&text[1], strlen(text) - 2);
84 char *text = parse_events_get_text(scanner);
87 yylval->str = strdup(text
[all...]
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-trapa.S2 .text
/linux-master/sound/core/seq/
H A Dseq_info.c30 entry->c.text.read = read;
/linux-master/arch/arm/lib/
H A Dclear_user.S11 .text
51 .pushsection .text.fixup,"ax"
H A Dcsumpartialcopy.S10 .text
H A Dcsumipv6.S10 .text
/linux-master/tools/testing/selftests/arm64/signal/
H A Dsignals.S10 .text
/linux-master/tools/perf/arch/arm64/tests/
H A Dregs_load.S4 .text
/linux-master/drivers/block/
H A Drbd_types.h81 char text[40]; member in struct:rbd_image_header_ondisk
/linux-master/tools/testing/selftests/x86/
H A Dthunks.S10 .text
/linux-master/drivers/thunderbolt/
H A Dproperty.c137 property->value.text = kcalloc(property->length, sizeof(u32),
139 if (!property->value.text) {
143 parse_dwdata(property->value.text, block + entry->value,
146 property->value.text[property->length * 4 - 1] = '\0';
275 kfree(property->value.text);
359 * data/text is included right after the directory and each
455 format_dwdata(&block[data_offset], property->value.text,
549 p->value.text = kzalloc(p->length * 4, GFP_KERNEL);
550 if (!p->value.text)
552 strcpy(p->value.text, propert
646 tb_property_add_text(struct tb_property_dir *parent, const char *key, const char *text) argument
[all...]
/linux-master/tools/testing/selftests/sgx/
H A Dcall.S6 .text
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S11 .text
/linux-master/arch/xtensa/kernel/
H A Dmxhead.S24 .section .SecondaryResetVector.text, "ax"
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-fork-asm.S13 .pushsection .text
/linux-master/arch/powerpc/perf/
H A Dbhrb.S10 .text
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S24 .text : {
/linux-master/arch/alpha/lib/
H A Dstrcat.S10 .text
H A Dev67-strcat.S24 .text
/linux-master/tools/perf/tests/
H A Dtests.h13 #define TEST_ASSERT_VAL(text, cond) \
16 pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \
21 #define TEST_ASSERT_EQUAL(text, val, expected) \
25 __FILE__, __LINE__, text, val, expected); \
/linux-master/arch/riscv/crypto/
H A Dghash-riscv64-zvkg.S47 .text
/linux-master/arch/sh/lib/
H A Ddiv64.S8 .text
/linux-master/arch/x86/purgatory/
H A Dsetup-x86_64.S13 .text

Completed in 391 milliseconds

1234567891011>>