Searched refs:section (Results 126 - 150 of 602) sorted by relevance

1234567891011>>

/linux-master/arch/mips/boot/tools/
H A Drelocs.c24 struct section { struct
26 struct section *link;
32 static struct section *secs;
108 static struct section *sec_lookup(const char *secname)
254 die("Bad section header entry\n");
265 secs = calloc(ehdr.e_shnum, sizeof(struct section));
267 die("Unable to allocate %d section headers\n", ehdr.e_shnum);
273 struct section *sec = &secs[i];
277 die("Cannot read ELF section headers %d/%d: %s\n",
299 struct section *se
[all...]
/linux-master/arch/m68k/68000/
H A Dromvec.S18 .section .romvec
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-trapa.S13 .section .eh_frame,"a",@progbits
/linux-master/arch/hexagon/mm/
H A Dcopy_to_user.S67 .section __ex_table,"a"
/linux-master/tools/testing/selftests/arm64/signal/
H A Dsignals.S6 .section .rodata, "a"
/linux-master/tools/testing/selftests/x86/
H A Dthunks.S61 .section .note.GNU-stack,"",%progbits
/linux-master/arch/x86/um/
H A Dstub_64.S4 .section .__syscall_stub, "ax"
H A Dstub_32.S4 .section .__syscall_stub, "ax"
/linux-master/arch/sparc/include/asm/
H A Dbackoff.h60 .section .pause_3insn_patch,"ax";\
/linux-master/tools/power/acpi/
H A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-master/arch/xtensa/kernel/
H A Dmxhead.S24 .section .SecondaryResetVector.text, "ax"
/linux-master/arch/loongarch/boot/
H A DMakefile8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/linux-master/arch/riscv/include/asm/
H A Dkexec.h62 Elf_Shdr *section,
/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h37 /* Set start/end symbol names to the LMA for the section */
38 #define ARM_LMA(sym, section) \
39 sym##_start = LOADADDR(section); \
40 sym##_end = LOADADDR(section) + SIZEOF(section)
/linux-master/arch/arm64/kernel/
H A Dkuser32.S18 .section .rodata
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.h43 const char *section, const char *name, char *value);
/linux-master/mm/
H A Dsparse.c65 struct mem_section *section = NULL; local
70 section = kzalloc_node(array_size, GFP_KERNEL, nid);
72 section = memblock_alloc_node(array_size, SMP_CACHE_BYTES,
74 if (!section)
79 return section;
85 struct mem_section *section; local
88 * An existing section is possible in the sub-section hotplug
90 * the existing section.
97 section
123 sparse_early_nid(struct mem_section *section) argument
245 unsigned long section = pfn_to_section_nr(pfn); local
[all...]
/linux-master/arch/x86/purgatory/
H A Dsetup-x86_64.S37 .section ".rodata"
/linux-master/arch/arm/mm/
H A Dproc-arm9tdmi.S60 .section ".rodata"
69 .section ".proc.info.init", "a"
/linux-master/drivers/firmware/efi/libstub/
H A Dzboot-header.S13 .section ".head", "a"
85 .section ".rodata", "a"
/linux-master/tools/objtool/include/objtool/
H A Dcheck.h46 struct section *sec;
115 struct section *sec, unsigned long offset);
/linux-master/arch/arc/kernel/
H A Dctx_sw_asm.S20 .section .sched.text,"ax",@progbits
/linux-master/arch/xtensa/
H A DMakefile35 KBUILD_CFLAGS += -pipe -mlongcalls -mtext-section-literals
44 KBUILD_AFLAGS += -mlongcalls -mtext-section-literals
/linux-master/drivers/mtd/nand/raw/
H A Dnand_micron.c101 int section,
104 if (section >= 4)
107 oobregion->offset = (section * 16) + 8;
114 int section,
117 if (section >= 4)
120 oobregion->offset = (section * 16) + 2;
132 int section,
137 if (section)
147 int section,
152 if (section)
100 micron_nand_on_die_4_ooblayout_ecc(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
113 micron_nand_on_die_4_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
131 micron_nand_on_die_8_ooblayout_ecc(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
146 micron_nand_on_die_8_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
/linux-master/arch/s390/boot/
H A DMakefile68 echo "error: section $* differs between $< and $(word 2,$^)" >&2; \
97 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.syms
101 OBJCOPYFLAGS_info.bin := -O binary --only-section=.vmlinux.info --set-section-flags .vmlinux.info=alloc,load
105 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
109 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
144 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.compressed

Completed in 237 milliseconds

1234567891011>>