Searched refs:fileinfo (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/src/src/ |
D | ldgeneric.c | 62 static int ld_generic_file_close (struct usedfiles *fileinfo, 64 static int ld_generic_file_process (int fd, struct usedfiles *fileinfo, 98 static int file_process2 (struct usedfiles *fileinfo); 127 print_file_name (FILE *s, struct usedfiles *fileinfo, int first_level, in print_file_name() argument 132 if (fileinfo->archive_file != NULL) in print_file_name() 134 npar = print_file_name (s, fileinfo->archive_file, 0, 0) + 1; in print_file_name() 136 fputs_unlocked (fileinfo->rfname, s); in print_file_name() 143 fputs_unlocked (fileinfo->rfname, s); in print_file_name() 164 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p() 335 open_along_path2 (struct usedfiles *fileinfo, struct pathelement *path) in open_along_path2() argument [all …]
|
D | i386_ld.c | 79 struct usedfiles *file = runp->fileinfo; in elf_i386_relocate_section() 97 inxndxdata = runp->fileinfo->xndxdata; in elf_i386_relocate_section() 550 if (r_sym >= scninfo->fileinfo->nlocalsymbols in elf_i386_count_relocations() 551 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL)) in elf_i386_count_relocations() 557 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations() 558 || scninfo->fileinfo->symref[r_sym]->in_dso in elf_i386_count_relocations() 592 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations() 620 if (! scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations() 623 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations() 654 if (!scninfo->fileinfo->symref[r_sym]->defined in elf_i386_count_relocations() [all …]
|
D | ld.h | 176 struct usedfiles *fileinfo; member 1123 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()
|
D | ld.c | 1247 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()
|
/external/nanopb-c/examples/network_server/ |
D | server.c | 30 FileInfo fileinfo; in listdir_callback() local 34 fileinfo.inode = file->d_ino; in listdir_callback() 35 strncpy(fileinfo.name, file->d_name, sizeof(fileinfo.name)); in listdir_callback() 36 fileinfo.name[sizeof(fileinfo.name) - 1] = '\0'; in listdir_callback() 41 if (!pb_encode_submessage(stream, FileInfo_fields, &fileinfo)) in listdir_callback()
|
D | client.c | 28 FileInfo fileinfo; in printfile_callback() local 30 if (!pb_decode(stream, FileInfo_fields, &fileinfo)) in printfile_callback() 33 printf("%-10lld %s\n", (long long)fileinfo.inode, fileinfo.name); in printfile_callback()
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 92 struct stat64 fileinfo; in copy_sparse_file() local 102 if (stat64(src, &fileinfo) < 0) { in copy_sparse_file() 106 if (!S_ISREG(fileinfo.st_mode)) { in copy_sparse_file() 126 numblocks = (fileinfo.st_size + (bs-1)) / bs; in copy_sparse_file() 129 (long long) fileinfo.st_size, numblocks); in copy_sparse_file() 189 offset = fileinfo.st_size; in copy_sparse_file() 190 if (fstat64(ofd, &fileinfo) < 0) { in copy_sparse_file() 194 if (fileinfo.st_size != offset) { in copy_sparse_file()
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 7 example.html exampleindex.html fileinfo.html index.html\
|
D | Makefile.in | 199 example.html exampleindex.html fileinfo.html index.html\
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1128 fileinfo = FileInfo(filename) 1129 file_path_from_root = fileinfo.RepositoryName() 2957 def _ClassifyInclude(fileinfo, include, is_system): argument 2996 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName()))) 3032 fileinfo = FileInfo(filename) 3067 _ClassifyInclude(fileinfo, include, is_system)) 3071 (error_message, fileinfo.BaseName()))
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1391 fileinfo = FileInfo(filename) 1392 file_path_from_root = fileinfo.RepositoryName() 3509 def _ClassifyInclude(fileinfo, include, is_system): argument 3547 os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName()))) 3583 fileinfo = FileInfo(filename) 3618 _ClassifyInclude(fileinfo, include, is_system)) 3622 (error_message, fileinfo.BaseName()))
|