/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | zip.c | 41 /* Number of the file containing this structure or 0xFFFF if ZIP64 archive. 42 * Zip archive might span multiple files (disks). 47 * 0xFFFF if ZIP64 archive. 52 * archive. 57 * archive. 61 /* Size of the central directory record or 0xFFFFFFFF if ZIP64 archive. */ 64 /* Offset of the central directory from the beginning of the archive or 65 * 0xFFFFFFFF if ZIP64 archive. 97 /* Number of the disk where the file starts or 0xFFFF if ZIP64 archive. */ 135 static void *check_access(struct zip_archive *archive, __u3 argument 146 try_parse_end_of_cd(struct zip_archive *archive, __u32 offset) try_parse_end_of_cd() argument 175 find_cd(struct zip_archive *archive) find_cd() argument 200 struct zip_archive *archive; zip_archive_open() local 241 zip_archive_close(struct zip_archive *archive) zip_archive_close() argument 247 local_file_header_at_offset(struct zip_archive *archive, __u32 offset) local_file_header_at_offset() argument 259 get_entry_at_offset(struct zip_archive *archive, __u32 offset, struct zip_entry *out) get_entry_at_offset() argument 298 zip_archive_find_entry(struct zip_archive *archive, const char *file_name, struct zip_entry *out) zip_archive_find_entry() argument [all...] |
H A D | zip.h | 8 /* Represents an open zip archive. 19 * file in a zip archive. 34 /* Offset of the file data within the archive. */ 38 /* Open a zip archive. Returns NULL in case of an error. */ 41 /* Close a zip archive and release resources. */ 42 void zip_archive_close(struct zip_archive *archive); 44 /* Look up an entry corresponding to a file in given zip archive. */ 45 int zip_archive_find_entry(struct zip_archive *archive, const char *name, struct zip_entry *out);
|
H A D | libbpf.c | 11110 /* Find offset of function name in archive specified by path. Currently 11113 * file inside the archive. "func_name" matches symbol name or name@@LIB for 11122 struct zip_archive *archive; in elf_find_func_offset_from_archive() local 11127 archive = zip_archive_open(archive_path); in elf_find_func_offset_from_archive() 11128 if (IS_ERR(archive)) { in elf_find_func_offset_from_archive() 11129 ret = PTR_ERR(archive); in elf_find_func_offset_from_archive() 11134 ret = zip_archive_find_entry(archive, file_name, &entry); in elf_find_func_offset_from_archive() 11136 pr_warn("zip: could not find archive member %s in %s: %ld\n", file_name, in elf_find_func_offset_from_archive() 11168 zip_archive_close(archive); in elf_find_func_offset_from_archive() 11393 /* Check if "binary_path" refers to an archive in bpf_program__attach_uprobe_opts() [all...] |
/kernel/liteos_a/kernel/user/ |
H A D | Makefile | 48 $(HIDE)$(LD) -r -o $@ --whole-archive $< --no-whole-archive
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 118 def cmdfiles_for_a(archive, ar): 119 """Generate the iterator of .cmd files associated with the archive. 121 Parse the given archive, and yield every .cmd file used to build it. 124 archive: The archive to parse 129 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
/kernel/linux/linux-6.6/scripts/ |
H A D | link-vmlinux.sh | 9 # (not within --whole-archive), and do not require symbol indexes added. 102 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
|
H A D | get_dvb_firmware | 389 my $archive = 'Yuan MPC718 TV Tuner Card 2.13.10.1016.zip'; 390 my $url = "ftp://ftp.work.acer-euro.com/desktop/aspire_idea510/vista/Drivers/$archive"; 395 wgetfile($archive, $url); 396 unzip($archive, $tmpdir);
|
H A D | checkpatch.pl | 727 \Qmail-archive.com\E | 3396 "Use lore.kernel.org archive links when possible - see https://lore.kernel.org/lists.html\n" . $herecurr);
|
/kernel/linux/linux-6.6/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 112 def cmdfiles_for_a(archive, ar): 113 """Generate the iterator of .cmd files associated with the archive. 115 Parse the given archive, and yield every .cmd file used to build it. 118 archive: The archive to parse 123 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_dvb_firmware | 389 my $archive = 'Yuan MPC718 TV Tuner Card 2.13.10.1016.zip'; 390 my $url = "ftp://ftp.work.acer-euro.com/desktop/aspire_idea510/vista/Drivers/$archive"; 395 wgetfile($archive, $url); 396 unzip($archive, $tmpdir);
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | hpfs.h | 336 u8 archive: 1; /* dos attrib */ member 342 u8 archive: 1; /* dos attrib */ member
|
H A D | namei.c | 50 /*dee.archive = 0;*/ in hpfs_mkdir() 151 dee.archive = 1; in hpfs_create() 238 dee.archive = 1; in hpfs_mknod() 314 dee.archive = 1; in hpfs_symlink()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | hpfs.h | 336 u8 archive: 1; /* dos attrib */ member 342 u8 archive: 1; /* dos attrib */ member
|
H A D | namei.c | 50 /*dee.archive = 0;*/ in hpfs_mkdir() 150 dee.archive = 1; in hpfs_create() 236 dee.archive = 1; in hpfs_mknod() 311 dee.archive = 1; in hpfs_symlink()
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | mkdebian | 155 The sources may be found at most Linux archive sites, including:
|
/kernel/linux/linux-5.10/usr/ |
H A D | gen_initramfs.sh | 8 # the cpio archive. 26 <cpio_source> File list or directory for cpio archive. 238 # If output_file is set we will generate cpio archive
|
/kernel/linux/linux-6.6/usr/ |
H A D | gen_initramfs.sh | 8 # the cpio archive. 27 <cpio_source> File list or directory for cpio archive. 247 # If output_file is set we will generate cpio archive
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | mkdebian | 195 The sources may be found at most Linux archive sites, including:
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 50 $(eval $(call tar_download,IPUTILS,iputils,s20190709,.tar.gz,https://github.com/iputils/iputils/archive/s20190709.tar.gz/#,a15720dd741d7538dd2645f9f516d193636ae4300ff7dbc8bfca757bf166490a))
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 45 $(eval $(call tar_download,IPUTILS,iputils,s20190709,.tar.gz,https://github.com/iputils/iputils/archive/s20190709.tar.gz/#,a15720dd741d7538dd2645f9f516d193636ae4300ff7dbc8bfca757bf166490a))
|