Searched refs:outsym (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c3421 bfd_byte *outsym;
3466 outsym = finfo->outsyms;
3824 borrow *outsym temporarily. */
3829 (void *) outsym);
3834 || (bfd_bwrite (outsym, osymesz, output_bfd)
3856 bfd_coff_swap_sym_out (output_bfd, (void *) &isym, (void *) outsym);
3885 outsym += add * osymesz;
3909 outsym = finfo->outsyms;
3930 bfd_coff_swap_sym_in (output_bfd, (void *) outsym, (void *) &isym);
3942 (void *) outsym);
3415 bfd_byte *outsym; local
4596 bfd_byte *outsym; local
[all...]
H A Dcofflink.c1363 bfd_byte *outsym;
1393 outsym = finfo->outsyms;
1831 borrow *outsym temporarily. */
1833 &finfo->last_file, outsym);
1837 || bfd_bwrite (outsym, osymesz, output_bfd) != osymesz)
1853 bfd_coff_swap_sym_out (output_bfd, &isym, outsym);
1876 outsym += add * osymesz;
1898 outsym = finfo->outsyms;
1932 outsym += osymesz;
2064 out again. We borrow *outsym
1362 bfd_byte *outsym; local
[all...]
H A Daoutx.h3520 struct external_nlist outsym;
3606 H_PUT_8 (output_bfd, type, outsym.e_type);
3607 H_PUT_8 (output_bfd, 0, outsym.e_other);
3608 H_PUT_16 (output_bfd, 0, outsym.e_desc);
3615 PUT_WORD (output_bfd, indx, outsym.e_strx);
3616 PUT_WORD (output_bfd, val, outsym.e_value);
3620 || bfd_bwrite ((void *) &outsym, amt, output_bfd) != amt)
4720 struct external_nlist *outsym;
4734 outsym = finfo->output_syms;
4744 H_PUT_8 (output_bfd, N_TEXT, outsym
[all...]
H A Dsunos.c2106 struct external_nlist *outsym;
2307 outsym = ((struct external_nlist *)
2310 H_PUT_8 (output_bfd, type, outsym->e_type);
2311 H_PUT_8 (output_bfd, 0, outsym->e_other);
2316 H_PUT_16 (output_bfd, 0, outsym->e_desc);
2318 PUT_WORD (output_bfd, h->dynstr_index, outsym->e_strx);
2319 PUT_WORD (output_bfd, val, outsym->e_value);
2105 struct external_nlist *outsym; local
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h289 extern void outsym(sym_t *, scl_t, def_t);
H A Demit1.c218 outsym(sym_t *sym, scl_t sc, def_t def) function
260 LERROR("outsym()");
H A Dfunc.c381 outsym(funcsym, funcsym->s_scl, DECL);
H A Ddecl.c1778 outsym(dsym, dsym->s_scl, dsym->s_def);
2445 outsym(dsym, EXTERN, dsym->s_def);
2447 outsym(dsym, dsym->s_xsym->s_scl, dsym->s_def);

Completed in 150 milliseconds