Searched refs:section (Results 176 - 200 of 607) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mm/
H A Dproc-arm7tdmi.S72 .section ".rodata"
87 .section ".proc.info.init", "a"
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S11 .section ".start", "ax"
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h192 * on error we jump to the fixup section, load the fault
200 .section .fixup,"ax"
206 .section __ex_table,"a"
217 .section .fixup,"ax"
223 .section __ex_table,"a"
/linux-master/arch/hexagon/mm/
H A Dcopy_from_user.S93 .section __ex_table,"a"
/linux-master/scripts/
H A Dparse-maintainers.pl17 'section=s' => \$output_section,
35 --section => new sorted MAINTAINERS file to write to (default: SECTION.new)
36 --order => Use the preferred section content output ordering (default: 0)
37 Preferred ordering of section output is:
55 section file.
/linux-master/include/linux/
H A Delfnote.h13 * use in a section name. The type is an integer which is used to tag
19 * All notes from a given NAME are put into a section named
21 * are packed into a single .notes section, which is mapped into the
23 * the same section, they'll all be adjacent the output file.
81 __attribute__((section(".note." name), \
H A Dexport.h28 .section ".export_symbol","a" ASM_NL \
H A Dmoduleloader.h26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
28 /* Determines if the section name is an init section (that is only used during
33 /* Determines if the section name is an exit section (that is only used during
38 /* Describes whether within_module_init() will consider this an init section
H A Dcodetag.h17 * An instance of this structure is created in a special ELF section at every
18 * code location being tagged. At runtime, the special section is treated as
34 const char *section; member in struct:codetag_type_desc
/linux-master/arch/arm/include/debug/
H A Dvf.S18 and \rv, \rp, #0xffffff @ offset within 16MB section
/linux-master/tools/testing/selftests/x86/
H A Draw_syscall_helper_32.S49 .section .note.GNU-stack,"",%progbits
/linux-master/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S22 .section .ResetVector.text, "ax"
/linux-master/arch/s390/include/asm/
H A Dkexec.h102 Elf_Shdr *section,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-wrappers.S16 .section ".text"
/linux-master/arch/x86/boot/
H A Dbioscall.S14 .section ".inittext","ax"
/linux-master/tools/objtool/include/objtool/
H A Darch.h76 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
/linux-master/arch/s390/kernel/
H A Dmcount.S34 .section .kprobes.text, "ax"
/linux-master/drivers/mtd/nand/spi/
H A Dtoshiba.c41 static int tx58cxgxsxraix_ooblayout_ecc(struct mtd_info *mtd, int section, argument
44 if (section > 0)
53 static int tx58cxgxsxraix_ooblayout_free(struct mtd_info *mtd, int section, argument
56 if (section > 0)
/linux-master/arch/mips/lib/
H A Dstrnlen_user.S16 .section __ex_table,"a"; \
/linux-master/tools/testing/selftests/bpf/
H A Durandom_read.c17 #define SEC(name) __attribute__((section(name), used))
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.h56 * struct iwl_nvm_section - describes an NVM section in memory.
58 * This struct holds an NVM section read from the NIC using NVM_ACCESS_CMD,
73 void iwl_nvm_fixups(u32 hw_id, unsigned int section, u8 *data,
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c92 struct section *table_sec;
114 * need to be placed in the C_JUMP_TABLE_SECTION section. They
/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h35 .section __ex_table,"a"; \
/linux-master/tools/include/nolibc/
H A Dstring.h34 __attribute__((weak,unused,section(".text.nolibc_memmove")))
58 __attribute__((weak,unused,section(".text.nolibc_memcpy")))
75 __attribute__((weak,unused,section(".text.nolibc_memset")))
126 __attribute__((weak,unused,section(".text.nolibc_strlen")))
/linux-master/drivers/misc/lkdtm/
H A DMakefile22 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents

Completed in 382 milliseconds

1234567891011>>