Searched refs:section (Results 276 - 300 of 602) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mm/
H A Dproc-sa110.S191 .section ".rodata"
199 .section ".proc.info.init", "a"
H A Dproc-fa526.S180 .section ".rodata"
188 .section ".proc.info.init", "a"
H A Dproc-arm720.S162 .section ".rodata"
175 .section ".proc.info.init", "a"
/linux-master/arch/microblaze/kernel/
H A Dhw_exception_handler.S246 .section .data
253 .section .data
261 .section .rodata
312 .section .text
741 .section .data
916 .section __ex_table,"a";
944 .section .text
1083 .section .data
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S35 .section .start, "ax"
45 .section .text, "ax"
153 /* clear BSS section */
/linux-master/arch/parisc/kernel/
H A Dhpmc.S56 .section .bss
63 .section .bss
/linux-master/arch/mips/boot/compressed/
H A DMakefile82 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \
83 --set-section-flags=.image=contents,alloc,load,readonly,data
/linux-master/arch/arm64/kernel/
H A Drelocate_kernel.S27 .section ".kexec_relocate.text", "ax"
/linux-master/arch/riscv/kernel/
H A Dcrash_save_regs.S12 .section ".text"
/linux-master/arch/powerpc/kernel/
H A Dswsusp_85xx.S40 .section .data
47 .section .text
H A Dswsusp_asm64.S74 .section .data
79 .section .text
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh207 ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $BPF_FILE section $XDP_PROG
229 ip netns exec ${NS1} ip link set $DEVNS1 $XDP_MODE object $BPF_FILE section $XDP_PROG
/linux-master/arch/x86/crypto/
H A Dsha1_ni_asm.S296 .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16
301 .section .rodata.cst16.UPPER_WORD_MASK, "aM", @progbits, 16
/linux-master/include/linux/
H A Dlinkage.h48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw"
49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
H A Dkexec.h236 * @section: Section relocations applying to.
243 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, argument
255 * @section: Section relocations applying to.
262 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, argument
/linux-master/arch/s390/kernel/
H A Dreipl.S78 .section .bss
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S30 .section __ex_table,"a"; \
37 .section __ex_table,"a"; \
/linux-master/arch/sparc/lib/
H A Dffs.S73 .section .popc_6insn_patch, "ax"
/linux-master/arch/x86/lib/
H A Dmemset_64.S9 .section .noinstr.text, "ax"
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot37 --rename-section .data=.gzdata,load,alloc,readonly,contents
/linux-master/scripts/gdb/linux/
H A Dpage_owner.py81 section = self.p_ops.pfn_to_section(pfn)
82 page_ext = section["page_ext"]
/linux-master/arch/xtensa/include/asm/
H A Dasmmacro.h157 .section __ex_table, "a"; \
338 #define __XTENSA_HANDLER .section ".exception.text", "ax"
/linux-master/tools/arch/x86/lib/
H A Dmemset_64.S9 .section .noinstr.text, "ax"
/linux-master/tools/perf/util/
H A Dsrcline.c202 static void find_address_in_section(bfd *abfd, asection *section, void *data) argument
213 flags = bfd_get_section_flags(abfd, section);
215 flags = bfd_section_flags(section);
222 vma = bfd_get_section_vma(abfd, section);
224 vma = bfd_section_vma(section);
227 size = bfd_get_section_size(section);
229 size = bfd_section_size(section);
235 a2l->found = bfd_find_nearest_line(abfd, section, a2l->syms, pc - vma,
/linux-master/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c68 static int fsl_elbc_ooblayout_ecc(struct mtd_info *mtd, int section, argument
74 if (section >= chip->ecc.steps)
77 oobregion->offset = (16 * section) + 6;
86 static int fsl_elbc_ooblayout_free(struct mtd_info *mtd, int section, argument
92 if (section > chip->ecc.steps)
95 if (!section) {
101 oobregion->offset = (16 * section) -
103 if (section < chip->ecc.steps)

Completed in 252 milliseconds

<<11121314151617181920>>