Searched refs:comment (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/include/uapi/linux/netfilter/
H A Dxt_comment.h8 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-snapshot.tc17 comment=`echo $line | sed -e 's/^#//'`
18 if [ "$line" != "$comment" ]; then
/linux-master/arch/powerpc/boot/
H A DzImage.coff.lds.S48 *(.comment)
/linux-master/arch/loongarch/boot/
H A DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
/linux-master/drivers/media/pci/cx18/
H A Dcx18-cards.c50 .comment = "Simultaneous Digital and Analog TV capture supported\n",
97 .comment = "Simultaneous Digital and Analog TV capture supported\n",
144 .comment = "Simultaneous Digital and Analog TV capture supported\n",
200 .comment = "Analog TV capture supported\n",
247 .comment = "Experimenters needed for device to work well.\n"
307 .comment = "Experimenters needed for device to work well.\n"
367 .comment = "Analog TV capture supported\n",
421 .comment = "Experimenters and photos needed for device to work well.\n"
464 .comment = "Experimenters and photos needed for device to work well.\n"
517 .comment
[all...]
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S62 .comment 0 : { *(.comment) }
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S60 .comment 0 : { *(.comment) }
/linux-master/arch/riscv/boot/
H A DMakefile19 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
21 OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-master/arch/sparc/boot/
H A DMakefile19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
43 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S67 .comment 0 : { *(.comment) }
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S67 .comment 0 : { *(.comment) }
/linux-master/arch/sh/include/asm/
H A Dromimage-macros.h6 .macro LIST comment
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux-master/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/linux-master/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
/linux-master/arch/openrisc/
H A DMakefile20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux-master/arch/xtensa/boot/
H A DMakefile33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/linux-master/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-master/include/linux/
H A Dcompiler-gcc.h158 #define __diag_ignore_all(option, comment) \
H A Dcompiler-clang.h119 #define __diag_ignore_all(option, comment) \
H A Dcompiler_types.h467 #define __diag_ignore(compiler, version, option, comment) \
469 #define __diag_warn(compiler, version, option, comment) \
471 #define __diag_error(compiler, version, option, comment) \
475 #define __diag_ignore_all(option, comment)
/linux-master/include/sound/
H A Dhdmi-codec.h107 int (*get_dai_id)(struct snd_soc_component *comment,
/linux-master/arch/arc/boot/
H A DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest302 ktaptest() { # result comment
315 local comment=$*
316 if [ "$comment" != "" ]; then
317 comment="# $comment"
320 echo $result $CASENO $INSTANCE$CASENAME $comment

Completed in 290 milliseconds

123