Searched refs:strip (Results 1 – 25 of 127) sorted by relevance
123456
/linux/drivers/comedi/drivers/ni_routing/tools/ |
A D | csv_collection.py | 20 strip = lambda s:s.strip() function 22 strip = lambda s:s 32 r[key]:{f:strip(c) for f,c in r.items() 34 strip(c)[:1] not in ['', C]}
|
/linux/scripts/ |
A D | spdxcheck.py | 49 lid = l.split(':')[1].strip().upper() 56 exception = l.split(':')[1].strip().upper() 60 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 133 tok.value = tok.value.strip() 179 expr = line.split(':')[1].strip() 181 if line.strip().endswith('*/'): 182 expr = expr.rstrip('*/').strip() 184 if line.strip().endswith('-->'): 185 expr = expr.rstrip('-->').strip() 188 expr = expr.rstrip('\"').strip() [all …]
|
A D | Makefile.modinst | 49 strip-option := --strip-debug 51 strip-option := $(INSTALL_MOD_STRIP) 55 cmd_strip = $(STRIP) $(strip-option) $@ 82 $(call cmd,strip)
|
A D | Makefile.compiler | 62 …) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(…
|
/linux/tools/hv/ |
A D | lsvmbus | 64 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip() 65 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip() 66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip() 70 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
|
/linux/arch/powerpc/boot/ |
A D | .gitignore | 15 kernel-vmlinux.strip.c 16 kernel-vmlinux.strip.gz 23 vmlinux.strip
|
A D | zImage.lds.S | 67 .kernel:vmlinux.strip : 70 *(.kernel:vmlinux.strip)
|
/linux/arch/microblaze/boot/ |
A D | Makefile | 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE 35 $(call if_changed,strip)
|
/linux/tools/scripts/ |
A D | Makefile.include | 59 $(call allow-override,STRIP,llvm-strip) 66 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 86 LLVM_STRIP ?= llvm-strip
|
/linux/drivers/scsi/megaraid/ |
A D | megaraid_sas_fp.c | 68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map); 501 if (strip > span_set->data_strip_end) in get_row_from_strip() 552 u64 strip; in get_strip_from_row() local 571 strip = mega_div64_32 in get_strip_from_row() 575 strip *= span_set->span_row_data_width; in get_strip_from_row() 576 strip += span_set->data_strip_start; in get_strip_from_row() 577 strip += span_set->strip_offset[span]; in get_strip_from_row() 578 return strip; in get_strip_from_row() 618 if (strip > span_set->data_strip_end) in get_arm_from_strip() 622 ((strip - span_set->data_strip_start), in get_arm_from_strip() [all …]
|
/linux/drivers/firmware/efi/libstub/ |
A D | .fdt.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .file.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .lib-fdt.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .lib-fdt_empty_tree.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .lib-fdt_ro.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .lib-fdt_rw.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .lib-fdt_sw.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .lib-fdt_wip.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .mem.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .pci.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .random.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .randomalloc.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .relocate.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .secureboot.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
A D | .skip_spaces.stub.o.cmd | 1 …ace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-gnu-strip --strip-debug -o drive…
|
Completed in 26 milliseconds
123456