Searched refs:finfo (Results 1 - 25 of 34) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c629 struct coff_final_link_info finfo;
650 finfo.info = info;
651 finfo.output_bfd = abfd;
652 finfo.strtab = NULL;
653 finfo.section_info = NULL;
654 finfo.last_file_index = -1;
655 finfo.last_bf_index = -1;
656 finfo.internal_syms = NULL;
657 finfo.sec_ptrs = NULL;
658 finfo
628 struct coff_final_link_info finfo; local
987 _bfd_coff_write_task_globals, &finfo); local
995 _bfd_coff_write_global_sym, &finfo); local
1296 mark_relocs(struct coff_final_link_info *finfo, bfd *input_bfd) argument
1344 _bfd_coff_link_input_bfd(struct coff_final_link_info *finfo, bfd *input_bfd) argument
2460 struct coff_final_link_info *finfo = (struct coff_final_link_info *) data; local
2669 struct coff_final_link_info *finfo = (struct coff_final_link_info *) data; local
2697 _bfd_coff_reloc_link_order(bfd *output_bfd, struct coff_final_link_info *finfo, asection *output_section, struct bfd_link_order *link_order) argument
[all...]
H A Dcoff-ppc.c2249 struct coff_final_link_info finfo;
2269 finfo.info = info;
2270 finfo.output_bfd = abfd;
2271 finfo.strtab = NULL;
2272 finfo.section_info = NULL;
2273 finfo.last_file_index = -1;
2274 finfo.last_bf_index = -1;
2275 finfo.internal_syms = NULL;
2276 finfo.sec_ptrs = NULL;
2277 finfo
2238 struct coff_final_link_info finfo; local
[all...]
H A Dxcofflink.c3543 struct xcoff_final_link_info finfo;
3566 finfo.info = info;
3567 finfo.output_bfd = abfd;
3568 finfo.strtab = NULL;
3569 finfo.section_info = NULL;
3570 finfo.last_file_index = -1;
3571 finfo.toc_symindx = -1;
3572 finfo.internal_syms = NULL;
3573 finfo.sym_indices = NULL;
3574 finfo
3537 struct xcoff_final_link_info finfo; local
5375 struct xcoff_final_link_info *finfo = (struct xcoff_final_link_info *) inf; local
[all...]
H A Dpdp11.c3355 PARAMS ((struct aout_final_link_info *finfo,
3744 aout_link_input_bfd (finfo, input_bfd)
3745 struct aout_final_link_info *finfo;
3757 (finfo->info, input_bfd));
3761 finfo->info->keep_memory is FALSE. */
3768 is placed into finfo->symbol_map. */
3769 if (! aout_link_write_symbols (finfo, input_bfd))
3778 if (! aout_link_input_section (finfo, input_bfd,
3780 &finfo->treloff,
3786 if (! aout_link_input_section (finfo, input_bf
4286 struct aout_final_link_info *finfo = (struct aout_final_link_info *) data; local
[all...]
H A Delflink.c5539 struct elf_final_link_info *finfo;
5802 elf_link_flush_output_syms (struct elf_final_link_info *finfo,
5805 if (finfo->symbuf_count > 0)
5811 hdr = &elf_tdata (finfo->output_bfd)->symtab_hdr;
5813 amt = finfo->symbuf_count * bed->s->sizeof_sym;
5814 if (bfd_seek (finfo->output_bfd, pos, SEEK_SET) != 0
5815 || bfd_bwrite (finfo->symbuf, amt, finfo->output_bfd) != amt)
5819 finfo->symbuf_count = 0;
5828 elf_link_output_sym (struct elf_final_link_info *finfo,
5529 struct elf_final_link_info *finfo; member in struct:elf_outext_info
5792 elf_link_flush_output_syms(struct elf_final_link_info *finfo, const struct elf_backend_data *bed) argument
5818 elf_link_output_sym(struct elf_final_link_info *finfo, const char *name, Elf_Internal_Sym *elfsym, asection *input_sec, struct elf_link_hash_entry *h) argument
6041 struct elf_final_link_info *finfo = eoinfo->finfo; local
6447 elf_link_input_bfd(struct elf_final_link_info *finfo, bfd *input_bfd) argument
7407 struct elf_final_link_info finfo; local
[all...]
H A Daoutx.h4068 aout_link_input_bfd (finfo, input_bfd)
4069 struct aout_final_link_info *finfo;
4081 (finfo->info, input_bfd));
4085 finfo->info->keep_memory is FALSE. */
4092 is placed into finfo->symbol_map. */
4093 if (! aout_link_write_symbols (finfo, input_bfd))
4102 if (! aout_link_input_section (finfo, input_bfd,
4104 &finfo->treloff,
4110 if (! aout_link_input_section (finfo, input_bfd,
4112 &finfo
[all...]
/haiku-fatelf/src/bin/bash/
H A Dmailcheck.c136 #define UPDATE_MAIL_FILE(i, finfo) \
139 mailfiles[i]->access_time = finfo.st_atime; \
140 mailfiles[i]->mod_time = finfo.st_mtime; \
141 mailfiles[i]->file_size = finfo.st_size; \
160 struct stat finfo; local
163 if (mailstat (file, &finfo) == 0)
164 UPDATE_MAIL_FILE (i, finfo);
175 struct stat finfo; local
183 if (mailstat (filename, &finfo) == 0)
184 UPDATE_MAIL_FILE (i, finfo);
264 struct stat finfo; local
285 struct stat finfo; local
303 struct stat finfo; local
[all...]
H A Dfindcmd.c82 struct stat finfo; local
86 if (stat (name, &finfo) < 0)
91 if (S_ISDIR (finfo.st_mode))
117 if (finfo.st_mode & S_IXUGO)
123 if (current_user.euid == finfo.st_uid)
125 if (finfo.st_mode & S_IXUSR)
127 if (finfo.st_mode & S_IRUSR)
132 else if (group_member (finfo.st_gid))
134 if (finfo.st_mode & S_IXGRP)
136 if (finfo
[all...]
H A Dredir.c537 struct stat finfo, finfo2; local
541 r = stat (filename, &finfo);
542 if (r == 0 && (S_ISREG (finfo.st_mode)))
572 r == 0 && (S_ISREG (finfo.st_mode) == 0) &&
573 same_file (filename, filename, &finfo, &finfo2))
/haiku-fatelf/src/preferences/time/
H A DTimeZoneListItem.cpp74 font_height finfo; local
75 font.GetHeight(&finfo);
79 + (frame.Height() - (finfo.ascent + finfo.descent + finfo.leading)) / 2
80 + (finfo.ascent + finfo.descent) - 1);
/haiku-fatelf/src/bin/bash/lib/sh/
H A Deaccess.c81 sh_stat (path, finfo)
83 struct stat *finfo;
98 r = fstat ((int)fd, finfo);
112 return (stat (pbuf, finfo));
119 return (fstat (0, finfo));
121 return (fstat (1, finfo));
123 return (fstat (2, finfo));
125 return (stat (path, finfo));
128 return (stat (path, finfo));
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp107 font_height finfo; local
108 font.GetHeight(&finfo);
111 - (finfo.ascent + finfo.descent + finfo.leading)) / 2)
112 + finfo.ascent);
/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.cpp69 font_height finfo; local
70 be_plain_font->GetHeight(&finfo);
73 + 2 * INSETS, itemRect.bottom - finfo.descent + 1);
87 point -= BPoint(0, (finfo.ascent + finfo.descent + finfo.leading) + INSETS);
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dfileman.c355 struct stat finfo; local
360 if (stat (arg, &finfo) == -1)
370 finfo.st_nlink,
371 (finfo.st_nlink == 1) ? "" : "s",
372 finfo.st_size,
373 (finfo.st_size == 1) ? "" : "s");
374 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
375 printf (" Last access at: %s", ctime (&finfo.st_atime));
376 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dfileman.c352 struct stat finfo; local
357 if (stat (arg, &finfo) == -1)
367 finfo.st_nlink,
368 (finfo.st_nlink == 1) ? "" : "s",
369 finfo.st_size,
370 (finfo.st_size == 1) ? "" : "s");
371 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
372 printf (" Last access at: %s", ctime (&finfo.st_atime));
373 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/haiku-fatelf/src/bin/bash/builtins/
H A Devalfile.c87 struct stat finfo; local
114 if (fd < 0 || (fstat (fd, &finfo) == -1))
132 if (S_ISDIR (finfo.st_mode))
137 else if ((flags & FEVAL_REGFILE) && S_ISREG (finfo.st_mode) == 0)
143 file_size = (size_t)finfo.st_size;
145 if (file_size != finfo.st_size || file_size + 1 < file_size)
155 if (S_ISREG (finfo.st_mode) && file_size <= SSIZE_MAX)
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistfile.c170 struct stat finfo; local
184 if ((file < 0) || (fstat (file, &finfo) == -1))
187 file_size = (size_t)finfo.st_size;
190 if (file_size != finfo.st_size || file_size + 1 < file_size)
312 struct stat finfo; local
321 if (file == -1 || fstat (file, &finfo) == -1)
329 if (S_ISREG (finfo.st_mode) == 0)
340 file_size = (size_t)finfo.st_size;
343 if (file_size != finfo.st_size || file_size + 1 < file_size)
H A Dcomplete.c495 struct stat finfo; local
497 return (stat (filename, &finfo) == 0 && S_ISDIR (finfo.st_mode));
513 struct stat finfo; local
524 r = lstat (filename, &finfo);
526 r = stat (filename, &finfo);
533 if (S_ISDIR (finfo.st_mode))
536 else if (S_ISCHR (finfo.st_mode))
540 else if (S_ISBLK (finfo.st_mode))
544 else if (S_ISLNK (finfo
1596 struct stat finfo; local
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistfile.c157 struct stat finfo; local
164 if ((file < 0) || (fstat (file, &finfo) == -1))
167 file_size = (size_t)finfo.st_size;
170 if (file_size != finfo.st_size || file_size + 1 < file_size)
264 struct stat finfo; local
273 if (file == -1 || fstat (file, &finfo) == -1)
281 if (S_ISREG (finfo.st_mode) == 0)
292 file_size = (size_t)finfo.st_size;
295 if (file_size != finfo.st_size || file_size + 1 < file_size)
H A Dcomplete.c439 struct stat finfo; local
443 r = lstat (filename, &finfo);
445 r = stat (filename, &finfo);
452 if (S_ISDIR (finfo.st_mode))
455 else if (S_ISCHR (finfo.st_mode))
459 else if (S_ISBLK (finfo.st_mode))
463 else if (S_ISLNK (finfo.st_mode))
467 else if (S_ISSOCK (finfo.st_mode))
471 else if (S_ISFIFO (finfo.st_mode))
474 else if (S_ISREG (finfo
1338 struct stat finfo; local
[all...]
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DTToolTip.cpp146 font_height finfo; local
163 font.GetHeight(&finfo);
164 MovePenTo(kHOR_MARGIN + 1, kVER_MARGIN + finfo.ascent);
253 font_height finfo; local
256 fTip.settings.font.GetHeight(&finfo);
258 height = (finfo.ascent + finfo.descent + finfo.leading) + (kVER_MARGIN * 2); // string height
/haiku-fatelf/src/apps/devices/
H A DResourceUsageWindow.cpp82 font_height finfo; local
83 font.GetHeight(&finfo);
85 BPoint point = BPoint(itemRect.left + 5, itemRect.bottom - finfo.descent + 1);
152 font_height finfo; local
153 font.GetHeight(&finfo);
155 BPoint point = BPoint(itemRect.left + 17, itemRect.bottom - finfo.descent + 1);
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp59 font_height finfo; local
62 font.GetHeight(&finfo);
63 y = rect.top + ((rect.Height() - (finfo.ascent + finfo.descent + finfo.leading)) / 2)
64 + (finfo.ascent + finfo.descent) - 2;
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dglob.c307 # define GLOB_TESTNAME(name) (lstat (name, &finfo))
321 struct stat finfo; local
323 if (stat (dir, &finfo) < 0)
326 if (S_ISDIR (finfo.st_mode) == 0)
476 struct stat finfo; local
/haiku-fatelf/src/bin/coreutils/src/
H A Dtest.c161 struct stat finfo; local
162 bool ok = (stat (filename, &finfo) == 0);
168 *mtime = get_stat_mtime (&finfo);

Completed in 194 milliseconds

12