Searched refs:sections (Results 76 - 100 of 358) sorted by relevance

1234567891011>>

/linux-master/arch/x86/platform/intel-quark/
H A Dimr_selftest.c14 #include <asm-generic/sections.h>
/linux-master/arch/riscv/kernel/pi/
H A DMakefile22 --prefix-alloc-sections=.init.pi
/linux-master/arch/arm64/kernel/pi/
H A DMakefile33 $(obj)/lib-%.pi.o: OBJCOPYFLAGS += --prefix-alloc-sections=.init
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile126 STUBCOPY_FLAGS-$(CONFIG_ARM64) += --prefix-alloc-sections=.init \
133 STUBCOPY_FLAGS-$(CONFIG_RISCV) += --prefix-alloc-sections=.init \
139 STUBCOPY_FLAGS-$(CONFIG_LOONGARCH) += --prefix-alloc-sections=.init \
147 # Strip debug sections and some other sections that may legally contain
148 # absolute relocations, so that we can inspect the remaining sections for
150 # this time, use objcopy and leave all sections in place.
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c123 /* Kernel dump sections */
566 * Version 1 of Kernel Assisted Dump Memory Structure (PAPR) supports 10 sections.
567 * With one each section taken for CPU state data & HPTE respectively, 8 sections
591 const __be32 *sections; local
622 * dump sections.
627 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes",
630 if (!sections)
635 for (i = 0; i < num_sections; i++, sections += 3) {
636 u32 type = (u32)of_read_number(sections, 1);
641 of_read_ulong(&sections[
[all...]
/linux-master/arch/microblaze/kernel/cpu/
H A Dmb.c25 #include <asm/sections.h>
/linux-master/arch/mips/sgi-ip27/
H A Dip27-klnuma.c15 #include <asm/sections.h>
/linux-master/arch/sh/kernel/
H A Dsh_ksyms_32.c8 #include <asm/sections.h>
/linux-master/arch/x86/power/
H A Dhibernate_64.c24 #include <asm/sections.h>
/linux-master/arch/arm/mm/
H A Didmap.c12 #include <asm/sections.h>
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c17 #include <asm/sections.h>
/linux-master/arch/arm64/kernel/probes/
H A Ddecode-insn.c13 #include <asm/sections.h>
/linux-master/arch/parisc/kernel/
H A Dvdso.c22 #include <asm/sections.h>
H A Dkexec.c10 #include <asm/sections.h>
/linux-master/arch/s390/boot/
H A Dipl_report.c6 #include <asm/sections.h>
/linux-master/include/linux/
H A Dkallsyms.h16 #include <asm/sections.h>
/linux-master/arch/arc/mm/
H A Dinit.c17 #include <asm/sections.h>
/linux-master/arch/arm64/include/asm/
H A Dtraps.h13 #include <asm/sections.h>
/linux-master/arch/nios2/kernel/
H A Dsetup.c24 #include <asm/sections.h>
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h111 /* magic number to fill the holes not copied due to sections in regions */
128 * be like that, sections can be used to define what is safe to copy.
140 /* One region of a memory layout. If the sections field is null entire
141 * region is copied. If sections is non-null only the areas specified in
142 * sections are copied and rest of the areas are filled with
153 const struct ath10k_mem_section *sections; member in struct:ath10k_mem_region::__anon820
/linux-master/arch/powerpc/kernel/
H A Dmodule.c17 #include <asm/sections.h>
/linux-master/arch/powerpc/mm/
H A Dpgtable_64.c42 #include <asm/sections.h>
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.c159 void hw_atl2_rpf_act_rslvr_section_en_set(struct aq_hw_s *aq_hw, u32 sections) argument
164 sections);
/linux-master/arch/mips/boot/
H A DMakefile11 # Some DECstations need all possible sections of an ECOFF executable
18 # Drop some uninteresting sections in the kernel.
21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
/linux-master/scripts/gdb/linux/
H A Dsymbols.py111 return "{textaddr} {sections}".format(
112 textaddr=textaddr, sections="".join(args))
132 cmdline = "add-symbol-file {filename} {sections}".format(
134 sections=self._section_arguments(module, module_addr))

Completed in 292 milliseconds

1234567891011>>