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

/haiku-buildtools/legacy/binutils/bfd/
H A Dcofflink.c631 struct coff_final_link_info finfo;
652 finfo.info = info;
653 finfo.output_bfd = abfd;
654 finfo.strtab = NULL;
655 finfo.section_info = NULL;
656 finfo.last_file_index = -1;
657 finfo.last_bf_index = -1;
658 finfo.internal_syms = NULL;
659 finfo.sec_ptrs = NULL;
660 finfo
630 struct coff_final_link_info finfo; local
989 _bfd_coff_write_task_globals, &finfo); local
997 _bfd_coff_write_global_sym, &finfo); local
1298 mark_relocs(struct coff_final_link_info *finfo, bfd *input_bfd) argument
1346 _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.c2057 struct coff_final_link_info finfo;
2077 finfo.info = info;
2078 finfo.output_bfd = abfd;
2079 finfo.strtab = NULL;
2080 finfo.section_info = NULL;
2081 finfo.last_file_index = -1;
2082 finfo.last_bf_index = -1;
2083 finfo.internal_syms = NULL;
2084 finfo.sec_ptrs = NULL;
2085 finfo
2046 struct coff_final_link_info finfo; local
[all...]
H A Dxcofflink.c3400 xcoff_link_input_bfd (struct xcoff_final_link_info *finfo,
3428 && ! finfo->info->static_link)
3432 output_bfd = finfo->output_bfd;
3448 if (! finfo->info->keep_memory)
3462 isymp = finfo->internal_syms;
3463 indexp = finfo->sym_indices;
3465 outsym = finfo->outsyms;
3566 BFD_ASSERT (impbfd->xvec == finfo->output_bfd->xvec);
3575 bfd_xcoff_swap_ldsym_out (finfo->output_bfd, ldsym,
3576 (finfo
3394 xcoff_link_input_bfd(struct xcoff_final_link_info *finfo, bfd *input_bfd) argument
4593 struct xcoff_final_link_info *finfo = (struct xcoff_final_link_info *) inf; local
5144 xcoff_reloc_link_order(bfd *output_bfd, struct xcoff_final_link_info *finfo, asection *output_section, struct bfd_link_order *link_order) argument
5326 struct xcoff_final_link_info finfo; local
[all...]
H A Delflink.c5860 struct elf_final_link_info *finfo;
6123 elf_link_flush_output_syms (struct elf_final_link_info *finfo,
6126 if (finfo->symbuf_count > 0)
6132 hdr = &elf_tdata (finfo->output_bfd)->symtab_hdr;
6134 amt = finfo->symbuf_count * bed->s->sizeof_sym;
6135 if (bfd_seek (finfo->output_bfd, pos, SEEK_SET) != 0
6136 || bfd_bwrite (finfo->symbuf, amt, finfo->output_bfd) != amt)
6140 finfo->symbuf_count = 0;
6149 elf_link_output_sym (struct elf_final_link_info *finfo,
5850 struct elf_final_link_info *finfo; member in struct:elf_outext_info
6113 elf_link_flush_output_syms(struct elf_final_link_info *finfo, const struct elf_backend_data *bed) argument
6139 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
6380 struct elf_final_link_info *finfo = eoinfo->finfo; local
6815 elf_link_input_bfd(struct elf_final_link_info *finfo, bfd *input_bfd) argument
7794 struct elf_final_link_info finfo; local
[all...]
H A Dpdp11.c2889 struct aout_final_link_info *finfo = (struct aout_final_link_info *) data;
2904 output_bfd = finfo->output_bfd;
2909 (output_bfd, finfo->info, h)))
2923 && (finfo->info->strip == strip_all
2924 || (finfo->info->strip == strip_some
2925 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
2980 indx = add_to_stringtab (output_bfd, finfo->strtab, h->root.root.string,
2990 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0
2995 finfo->symoff += amt;
3005 aout_link_reloc_link_order (struct aout_final_link_info *finfo,
2880 struct aout_final_link_info *finfo = (struct aout_final_link_info *) data; local
2996 aout_link_reloc_link_order(struct aout_final_link_info *finfo, asection *o, struct bfd_link_order *p) argument
3202 pdp11_aout_link_input_section(struct aout_final_link_info *finfo, bfd *input_bfd, asection *input_section, bfd_byte *relocs, bfd_size_type rel_size, bfd_byte *contents) argument
3501 aout_link_input_section(struct aout_final_link_info *finfo, bfd *input_bfd, asection *input_section, file_ptr *reloff_ptr, bfd_size_type rel_size) argument
3571 aout_link_input_bfd(struct aout_final_link_info *finfo, bfd *input_bfd) argument
3973 aout_link_write_symbols(struct aout_final_link_info *finfo, bfd *input_bfd) argument
[all...]
H A Daoutx.h3494 struct aout_final_link_info *finfo = (struct aout_final_link_info *) data;
3509 output_bfd = finfo->output_bfd;
3514 (output_bfd, finfo->info, h)))
3528 && (finfo->info->strip == strip_all
3529 || (finfo->info->strip == strip_some
3530 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
3587 indx = add_to_stringtab (output_bfd, finfo->strtab, h->root.root.string,
3597 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0
3602 finfo->symoff += EXTERNAL_NLIST_SIZE;
3612 aout_link_reloc_link_order (struct aout_final_link_info *finfo,
[all...]
H A Delf64-sparc.c541 PTR finfo, bfd_boolean (*func) (PTR, const char *,
588 if (! (*func) (finfo, app_regs [reg].name, &sym,
538 elf64_sparc_output_arch_syms(bfd *output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info, PTR finfo, bfd_boolean (*func) (PTR, const char *, Elf_Internal_Sym *, asection *, struct elf_link_hash_entry *)) argument
/haiku-buildtools/jam/
H A Dfileos2.c54 struct _find_t finfo[1]; local
87 if( !_dos_findfirst( filespec, _A_NORMAL|_A_RDONLY|_A_SUBDIR, finfo ) )
91 f.f_base.ptr = finfo->name;
92 f.f_base.len = strlen( finfo->name );
98 while( !_dos_findnext( finfo ) );
H A Dfilent.c70 struct _finddata_t finfo[1]; local
96 if ( ret = findfirst( filespec, finfo, FA_NORMAL | FA_DIREC ) )
101 time_t time_write = finfo->ff_fdate;
103 time_write = (time_write << 16) | finfo->ff_ftime;
104 f.f_base.ptr = finfo->ff_name;
105 f.f_base.len = strlen( finfo->ff_name );
111 ret = findnext( finfo );
114 handle = _findfirst( filespec, finfo );
121 f.f_base.ptr = finfo->name;
122 f.f_base.len = strlen( finfo
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Drescoff.c124 struct coff_file_info finfo;
153 finfo.filename = filename;
154 finfo.data = data;
155 finfo.data_end = data + size;
156 finfo.secaddr = (bfd_get_section_vma (abfd, sec)
158 finfo.big_endian = bfd_big_endian (abfd);
167 return read_coff_res_dir (data, &finfo, (const struct res_id *) NULL, 0);
173 overrun (const struct coff_file_info *finfo, const char *msg)
175 fatal (_("%s: %s: address out of bounds"), finfo->filename, msg);
181 read_coff_res_dir (const bfd_byte *data, const struct coff_file_info *finfo,
123 struct coff_file_info finfo; local
172 overrun(const struct coff_file_info *finfo, const char *msg) argument
180 read_coff_res_dir(const bfd_byte *data, const struct coff_file_info *finfo, const struct res_id *type, int level) argument
310 read_coff_data_entry(const bfd_byte *data, const struct coff_file_info *finfo, const struct res_id *type) argument
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dfilesys.c147 struct stat finfo; local
182 statable = (stat (temp, &finfo) == 0);
188 if (S_ISREG (finfo.st_mode))
192 else if (S_ISDIR (finfo.st_mode))
221 statable = (stat (temp, &finfo) == 0);
222 if (statable && (S_ISREG (finfo.st_mode)))
386 filesys_read_info_file (pathname, filesize, finfo)
389 struct stat *finfo;
396 return (filesys_read_compressed (pathname, filesize, finfo));
412 st_size = (long) finfo
[all...]
H A Ddir.c91 new_dir_file_p (&dir_buffer->finfo);
122 struct stat finfo; local
132 statable = (stat (fullpath, &finfo) == 0);
135 if (statable && S_ISREG (finfo.st_mode) && new_dir_file_p (&finfo))
139 &finfo);
292 fb->finfo.st_size = fb->filesize;
H A Dnodes.h115 struct stat finfo; /* Information about this file. */
114 struct stat finfo; /* Information about this file. */ member in struct:__anon3574
H A Dman.c96 file_buffer->finfo.st_size = newsize;
113 file_buffer->finfo.st_size = 0;
128 struct stat finfo; local
156 statable = (stat (temp, &finfo) == 0);
159 if ((statable) && (S_ISREG (finfo.st_mode)) &&
H A Dnodes.c277 old_info = &file_buffer->finfo;
330 struct stat finfo;
339 retcode = stat (fullpath, &finfo);
368 retcode = stat (fullpath, &finfo);
379 contents = filesys_read_info_file (fullpath, &filesize, &finfo);
389 file_buffer->finfo = finfo;
392 if (file_buffer->filesize != file_buffer->finfo.st_size)
1102 filesys_read_info_file (fb->fullpath, &(fb->filesize), &(fb->finfo));
1103 if (fb->filesize != (long) (fb->finfo
327 struct stat finfo; local
[all...]
H A Dmakedoc.c249 struct stat finfo; local
254 if (stat (filename, &finfo) == -1)
262 file_size = (long) finfo.st_size;
/haiku-buildtools/gcc/gcc/cp/
H A Dlex.c371 struct c_fileinfo *finfo;
381 finfo = get_fileinfo (LOCATION_FILE (input_location));
391 finfo->interface_only = interface_strcmp (filename);
394 if (!MULTIPLE_SYMBOL_SPACES || !finfo->interface_only)
395 finfo->interface_unknown = 0;
403 We don't touch finfo->interface_only or finfo->interface_unknown;
709 struct c_fileinfo *finfo = \
711 SET_CLASSTYPE_INTERFACE_UNKNOWN_X (t, finfo->interface_unknown);
712 CLASSTYPE_INTERFACE_ONLY (t) = finfo
367 struct c_fileinfo *finfo; local
705 struct c_fileinfo *finfo = \\ local
[all...]
H A Dsemantics.c2844 struct c_fileinfo *finfo = \ local
2846 CLASSTYPE_INTERFACE_ONLY (t) = finfo->interface_only;
2848 (t, finfo->interface_unknown);
H A Ddecl.c13411 struct c_fileinfo *finfo
13704 else if (!finfo->interface_unknown && honor_interface)
13710 = (finfo->interface_only
13727 else if (finfo->interface_unknown && finfo->interface_only
13731 interface, we will have both finfo->interface_unknown and
13732 finfo->interface_only set. In that case, we don't want to
13391 struct c_fileinfo *finfo local
/haiku-buildtools/binutils/bfd/
H A Delfnn-aarch64.c7688 void *finfo; member in struct:__anon142
7718 return osi->func (osi->finfo, names[type], &sym, osi->sec, NULL) == 1;
7735 return osi->func (osi->finfo, name, &sym, osi->sec, NULL) == 1;
7807 void *finfo,
7819 osi.finfo = finfo;
7805 elfNN_aarch64_output_arch_local_syms(bfd *output_bfd, struct bfd_link_info *info, void *finfo, int (*func) (void *, const char *, Elf_Internal_Sym *, asection *, struct elf_link_hash_entry *)) argument
H A Delf32-nds32.c12343 void *finfo ATTRIBUTE_UNUSED,
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c9555 get_file_info_in_path (filename, path, finfo)
9557 struct stat *finfo;
9577 if (stat (filename, finfo) == 0)
9597 result = stat (fullpath, finfo);

Completed in 393 milliseconds