Searched refs:sections (Results 1 – 25 of 36) sorted by relevance
12
/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 7 /* Read-only sections, merged into text segment: */ 20 /* We want the small data sections together, so single-instruction offsets 33 /* Stabs debugging sections. */ 41 /* DWARF debug sections. 42 Symbols in the DWARF debugging sections are relative to the beginning
|
/arch/ia64/ |
D | module.lds | 3 /* Group unwind sections into a single section: */ 7 * Create place-holder sections to hold the PLTs, GOT, and
|
/arch/alpha/include/asm/ |
D | Kbuild | 12 generic-y += sections.h
|
/arch/m32r/include/asm/ |
D | Kbuild | 11 generic-y += sections.h
|
/arch/mn10300/include/asm/ |
D | Kbuild | 12 generic-y += sections.h
|
/arch/score/include/asm/ |
D | Kbuild | 9 generic-y += sections.h
|
/arch/score/ |
D | Makefile | 16 -D__linux__ -ffunction-sections -ffreestanding
|
/arch/mips/include/asm/ |
D | Kbuild | 17 generic-y += sections.h
|
/arch/x86/boot/ |
D | setup.ld | 62 . = ASSERT(__end_init <= 5*512, "init sections too big!");
|
/arch/arm64/ |
D | Kconfig.debug | 76 bool "Align linker sections up to SECTION_SIZE" 78 If this option is enabled, sections that may potentially be marked as 80 the kernel. This prevents sections from being split into pages and
|
/arch/m68k/include/asm/ |
D | Kbuild | 20 generic-y += sections.h
|
/arch/xtensa/include/asm/ |
D | Kbuild | 25 generic-y += sections.h
|
/arch/cris/include/asm/ |
D | Kbuild | 26 generic-y += sections.h
|
/arch/metag/include/asm/ |
D | Kbuild | 25 generic-y += sections.h
|
/arch/metag/ |
D | Makefile | 36 KBUILD_CFLAGS += -ffunction-sections
|
/arch/unicore32/include/asm/ |
D | Kbuild | 27 generic-y += sections.h
|
/arch/hexagon/include/asm/ |
D | Kbuild | 29 generic-y += sections.h
|
/arch/openrisc/include/asm/ |
D | Kbuild | 31 generic-y += sections.h
|
/arch/x86/ |
D | Makefile | 212 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1) 224 KBUILD_AFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) $(avx2_instr) $(avx… 225 KBUILD_CFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) $(avx2_instr) $(avx…
|
/arch/nios2/include/asm/ |
D | Kbuild | 32 generic-y += sections.h
|
/arch/mips/boot/ |
D | Makefile | 21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options 22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
|
/arch/powerpc/kernel/ |
D | fadump.c | 59 const __be32 *sections; in early_init_dt_scan_fw_dump() local 92 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in early_init_dt_scan_fw_dump() 95 if (!sections) in early_init_dt_scan_fw_dump() 100 for (i = 0; i < num_sections; i++, sections += 3) { in early_init_dt_scan_fw_dump() 101 u32 type = (u32)of_read_number(sections, 1); in early_init_dt_scan_fw_dump() 106 of_read_ulong(§ions[1], 2); in early_init_dt_scan_fw_dump() 110 of_read_ulong(§ions[1], 2); in early_init_dt_scan_fw_dump()
|
/arch/h8300/include/asm/ |
D | Kbuild | 39 generic-y += sections.h
|
/arch/parisc/ |
D | Makefile | 70 cflags-y += -ffunction-sections
|
/arch/frv/kernel/ |
D | entry-table.S | 161 # - note: each macro inserts code into multiple sections
|
12