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

1234567891011>>

/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);
35 /* Determines if the section name is an init section (that is only used during
40 /* Determines if the section name is an exit section (that is only used during
45 /* Describes whether within_module_init() will consider this an init section
/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/drivers/misc/lkdtm/
H A DMakefile26 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents
/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/perf/tests/
H A Dattr.py253 # The event record section header contains 'event' word,
256 for section in filter(self.is_event, parser_event.sections()):
258 parser_items = parser_event.items(section);
262 if (':' in section):
263 base = section[section.index(':') + 1:]
268 e = Event(section, parser_items, base_items)
269 events[section] = e
/linux-master/arch/sparc/kernel/
H A Dfpu_traps.S72 .section .sun4v_1insn_patch, "ax"
81 .section .sun4v_1insn_patch, "ax"
113 .section .sun4v_1insn_patch, "ax"
123 .section .sun4v_1insn_patch, "ax"
154 .section .sun4v_1insn_patch, "ax"
163 .section .sun4v_1insn_patch, "ax"
180 .section .sun4v_1insn_patch, "ax"
346 .section .sun4v_1insn_patch, "ax"
355 .section .sun4v_1insn_patch, "ax"
376 .section
[all...]
H A Dtsb.S61 .section .sun4v_2insn_patch, "ax"
149 .section .sun4v_2insn_patch, "ax"
189 .section .sun4v_2insn_patch, "ax"
214 .section .sun4v_2insn_patch, "ax"
225 .section .sun4v_2insn_patch, "ax"
256 .section .sun4v_2insn_patch, "ax"
271 .section .sun4v_2insn_patch, "ax"
381 .section .sun4v_1insn_patch, "ax"
482 .section .tsb_phys_patch, "ax"
492 .section
[all...]
/linux-master/arch/sparc/lib/
H A Dcopy_user.S26 .section __ex_table,ALLOC; \
33 .section .fixup,ALLOC,EXECINSTR; \
41 .section .fixup,ALLOC,EXECINSTR; \
54 .section .fixup,ALLOC,EXECINSTR; \
61 .section .fixup,ALLOC,EXECINSTR; \
93 .section .fixup,#alloc,#execinstr
109 .section .fixup,#alloc,#execinstr
133 .section .fixup,#alloc,#execinstr
147 .section .fixup,#alloc,#execinstr
387 .section
[all...]

Completed in 287 milliseconds

1234567891011>>