Searched refs:OPTR (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsym.h373 } OPTR, *pOPTR; typedef in typeref:struct:__anon463
375 #define cbOPTR sizeof(OPTR)
H A Decoff.h387 void (*swap_opt_in) (bfd *, void *, OPTR *);
398 void (*swap_opt_out) (bfd *, const OPTR *, void *);
/freebsd-11-stable/usr.bin/vgrind/
H A Dregexp.c127 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ macro
397 cs = OPTR(cs);
425 cs = OPTR(cs);
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoffswap.h90 static void ecoff_swap_opt_in (bfd *, void *, OPTR *);
91 static void ecoff_swap_opt_out (bfd *, const OPTR *, void *);
663 ecoff_swap_opt_in (bfd *abfd, void * ext_copy, OPTR * intern)
701 ecoff_swap_opt_out (bfd *abfd, const OPTR *intern_copy, void * ext_ptr)
704 OPTR intern[1];
H A Decofflink.c1033 OPTR opt;
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c231 OPTR *opt_symbols; /* optimization symbols */
836 (long) (sym_ptr->ioptMax * sizeof (OPTR)));
1167 (ulong) (fdp->copt * sizeof (OPTR)),
1168 (ulong) (fdp->ioptBase * sizeof (OPTR) + sym_hdr.cbOptOffset));
1376 opt_symbols = read_seek (NULL, sym_hdr.ioptMax * sizeof (OPTR),
H A Dmips-tfile.c1471 static OPTR *orig_opt_syms; /* optimization symbols */
3927 file_offset += i * sizeof (OPTR);
4114 long num_write = symbolic_header.ioptMax * sizeof (OPTR);
4469 orig_opt_syms = (OPTR *) read_seek (orig_sym_hdr.ioptMax * sizeof (OPTR),

Completed in 141 milliseconds