Searched refs:rodata (Results 151 - 161 of 161) sorted by relevance

1234567

/linux-master/arch/microblaze/kernel/
H A Dentry.S1280 .section .rodata,"a"
/linux-master/arch/x86/crypto/
H A Ddes3_ede-asm_64.S566 .section .rodata, "a", @progbits
H A Dserpent-avx-x86_64-asm_64.S17 .section .rodata.cst16.bswap128_mask, "aM", @progbits, 16
H A Dserpent-avx2-asm_64.S18 .section .rodata.cst16.bswap128_mask, "aM", @progbits, 16
H A Dpoly1305-x86_64-cryptogams.pl136 .section .rodata
/linux-master/arch/parisc/kernel/
H A Dsyscall.S1303 .section .rodata,"a"
/linux-master/tools/objtool/
H A Dcheck.c2189 * For some switch statements, gcc generates a jump table in the .rodata
2198 if (!file->rodata)
2573 * Search for the following rodata sections, each of which can
2576 * - .rodata: can contain GCC switch tables
2577 * - .rodata.<func>: same, if -fdata-sections is being used
2578 * - .rodata..c_jump_table: contains C annotated jump tables
2580 * .rodata.str1.* sections are ignored; they don't contain jump tables.
2583 if (!strncmp(sec->name, ".rodata", 7) &&
2585 sec->rodata = true;
2590 file->rodata
[all...]
/linux-master/arch/openrisc/kernel/
H A Dhead.S1545 .section .rodata
H A Dentry.S563 .section .rodata, "a"
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c3680 check_fw_section(fw, &entry->rodata, 4, false))
3875 addr = be32_to_cpu(fw_entry->rodata.addr);
3876 len = be32_to_cpu(fw_entry->rodata.len);
3877 file_offset = be32_to_cpu(fw_entry->rodata.offset);
H A Dbnx2.h7044 struct bnx2_fw_file_section rodata; member in struct:bnx2_mips_fw_file_entry

Completed in 228 milliseconds

1234567