| /scripts/ |
| D | sphinx-pre-install | 90 my %map = %{$_[0]}; 113 if (defined($map{$prog})) { 114 $install .= " " . $map{$prog}; 347 my %map = ( 373 check_missing(\%map); 382 my %map = ( 415 $map{"virtualenv"} = "python-virtualenv"; 448 check_missing(\%map); 465 my %map = ( 476 $map{"rsvg-convert"} = "rsvg-view" if (!($system_release =~ /Tumbleweed/)); [all …]
|
| D | depmod.sh | 16 if ! test -r ${KBUILD_MIXED_TREE}System.map ; then 29 set -- -ae -F ${KBUILD_MIXED_TREE}System.map
|
| D | install.sh | 12 for file in "${KBUILD_IMAGE}" System.map 40 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
|
| D | Makefile.vmlinux | 61 modules.builtin vmlinux.map vmlinux.o.map FORCE 64 vmlinux.map: vmlinux
|
| D | link-vmlinux.sh | 188 rm -f System.map 190 rm -f vmlinux.map 286 mksysmap vmlinux System.map 298 if ! cmp -s System.map "${kallsyms_sysmap}"; then
|
| D | recordmcount.c | 232 static int (*make_nop)(void *map, size_t const offset); 234 static int make_nop_x86(void *map, size_t const offset) in make_nop_x86() argument 240 ptr = map + offset; in make_nop_x86() 244 op = map + offset - 1; in make_nop_x86() 276 static int make_nop_arm(void *map, size_t const offset) in make_nop_arm() argument 283 ptr = map + offset; in make_nop_arm() 312 static int make_nop_arm64(void *map, size_t const offset) in make_nop_arm64() argument 316 ptr = map + offset; in make_nop_arm64()
|
| D | insert-sys-cert.c | 204 void *map; in map_file() local 218 map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in map_file() 219 if (map == MAP_FAILED) { in map_file() 225 return map; in map_file()
|
| D | checkkconfigsymbols.py | 286 for res in pool.map(parse_kconfig_files, arglist): 341 for res in pool.map(parse_source_files, arglist): 348 for res in pool.map(parse_kconfig_files, arglist):
|
| D | Makefile.vmlinux_o | 48 vmlinux-o-ld-args-$(CONFIG_BUILTIN_MODULE_RANGES) += -Map=$@.map
|
| D | rustdoc_test_gen.rs | 114 .map(|entry| entry.unwrap().path()) in main()
|
| D | generate_rust_analyzer.py | 133 extra_dirs = map(lambda dir: srctree / dir, ("samples", "drivers"))
|
| D | generate_rust_target.rs | 100 Self::Array(i.into_iter().map(|v| v.into()).collect())
|
| D | checktransupdate.py | 261 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))
|
| D | Makefile.build | 254 System.map $(OBJDUMP) > $@
|
| /scripts/selinux/mdp/ |
| D | mdp.c | 85 const struct security_class_mapping *map = &secclass_map[i]; in main() local 86 fprintf(fout, "class %s\n", map->name); in main() 88 for (j = 0; map->perms[j]; j++) in main() 89 fprintf(fout, "\t%s\n", map->perms[j]); in main() 106 const struct security_class_mapping *map = &secclass_map[i]; in main() local 108 fprintf(fout, "mlsconstrain %s {\n", map->name); in main() 109 for (j = 0; map->perms[j]; j++) in main() 110 fprintf(fout, "\t%s\n", map->perms[j]); in main()
|
| /scripts/selinux/genheaders/ |
| D | genheaders.c | 127 const struct security_class_mapping *map = &secclass_map[i]; in main() local 129 char *name = stoupperx(map->name); in main() 132 for (j = 0; map->perms[j]; j++) { in main() 137 map->name, map->perms[j]); in main() 140 permname = stoupperx(map->perms[j]); in main()
|
| /scripts/package/ |
| D | PKGBUILD | 94 echo "Installing System.map and config..." 96 cp System.map "${builddir}/System.map"
|
| D | kernel.spec | 63 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE} 81 for x in System.map config vmlinuz; do 99 for file in vmlinuz System.map config; do
|
| D | builddeb | 44 cp System.map "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}/System.map" 49 cp System.map "${pdir}/boot/System.map-${KERNELRELEASE}"
|
| /scripts/clang-tools/ |
| D | run-clang-tools.py | 90 pool.map(run_analysis, datastore)
|
| /scripts/mod/ |
| D | modpost.c | 393 void *map = MAP_FAILED; in grab_file() local 403 map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0); in grab_file() 407 if (map == MAP_FAILED) in grab_file() 409 return map; in grab_file()
|