Searched refs:PTR (Results 76 - 100 of 163) sorted by relevance

1234567

/freebsd-9.3-release/contrib/gcclibs/include/
H A Dansidecl.h27 PTR `void *' `char *'
148 #define PTR void * macro
204 #define PTR char * macro
205 #define PTRCONST PTR
/freebsd-9.3-release/contrib/gdb/include/
H A Dansidecl.h27 PTR `void *' `char *'
148 #define PTR void * macro
199 #define PTR char * macro
200 #define PTRCONST PTR
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A Dalist.h210 * PTR - item value
212 * Note that this macro is designed to ensure that PTR retains the
218 #define APLIST_TRAVERSE(LIST, IDX, PTR) \
222 (((PTR) = ((LIST)->apl_data)[IDX]), 1); \
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c46 extern PTR _bfd_xcoff_read_ar_hdr
59 PARAMS ((bfd *, PTR, PTR));
61 PARAMS ((bfd *, PTR, PTR));
63 PARAMS ((bfd *, PTR, int, int, int, int, PTR));
65 PARAMS ((bfd *, PTR, int, int, int, int, PTR));
67 PARAMS ((bfd *, PTR, PT
[all...]
H A Dcache.c479 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RB);
485 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RUB);
487 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_WUB);
517 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_WUB);
H A Dmipsbsd.c74 PARAMS ((bfd *, arelent *, struct bfd_symbol *, PTR, asection *,
202 PTR data ATTRIBUTE_UNUSED;
244 mips_fix_hi16_s PARAMS ((bfd *, arelent *, asymbol *, PTR,
253 PTR data ATTRIBUTE_UNUSED;
453 (PTR) MY_backend_data
494 (PTR) MY_backend_data
H A Dcoff-ppc.c57 extern void dump_toc PARAMS ((PTR));
322 PTR data,
329 PTR data,
338 PTR data,
346 PTR data,
354 PTR data,
362 PTR data,
1540 PTR vfile;
1685 PTR data ATTRIBUTE_UNUSED;
1705 PTR dat
[all...]
H A Delf64-sparc.c58 PTR allocated = NULL;
66 allocated = (PTR) bfd_malloc (rel_hdr->sh_size);
279 elf64_sparc_write_relocs (bfd *abfd, asection *sec, PTR data)
330 rela_hdr->contents = (PTR) bfd_alloc (abfd, rela_hdr->sh_size);
541 PTR finfo, bfd_boolean (*func) (PTR, const char *,
737 elf64_sparc_print_symbol_all (bfd *abfd ATTRIBUTE_UNUSED, PTR filep,
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
H A Dcoff-sparc.c61 bfd_coff_generic_reloc PARAMS ((bfd *, arelent *, asymbol *, PTR,
70 PTR data ATTRIBUTE_UNUSED;
H A Di386linux.c187 PARAMS ((struct linux_link_hash_entry *, PTR));
261 (bfd_boolean (*) PARAMS ((struct aout_link_hash_entry *, PTR))) (func), \
431 PTR data;
568 (PTR) info);
762 if (bfd_bwrite ((PTR) s->contents, s->size, output_bfd) != s->size)
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dlint.h73 PTR, /* pointer */ enumerator in enum:__anon10838
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint.h65 PTR, /* pointer */ enumerator in enum:__anon10841
/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.h140 PTR GTY ((skip)) aux;
184 PTR GTY ((skip (""))) aux;
H A Dtree-ssa-operands.h107 #define USE_FROM_PTR(PTR) get_use_from_ptr (PTR)
108 #define DEF_FROM_PTR(PTR) get_def_from_ptr (PTR)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Daof.h105 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
108 const char *ptr = (PTR); \
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dalloca.c161 PTR
184 free ((PTR) hp); /* Collect garbage. */
213 return (PTR) ((char *) new_storage + sizeof (header));
H A Dstrsignal.c29 extern PTR malloc ();
35 extern PTR memset ();
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dalloca.c161 PTR
184 free ((PTR) hp); /* Collect garbage. */
213 return (PTR) ((char *) new_storage + sizeof (header));
H A Dstrsignal.c29 extern PTR malloc ();
35 extern PTR memset ();
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindint.h1071 #define WR_KIND(PTR) (PTR)->kind
1072 #define WR_SECTION(PTR) (PTR)->sec
1073 #define WR_BFD(PTR) (PTR)->abfd
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dchk.c568 } else if (t1 == PTR && isityp(t2)) {
714 if ((t1 = tp->t_tspec) == PTR)
780 if (t1 != PTR ||
787 if (t1 != PTR || (hflag && t2 != VOID))
792 if (t1 != PTR) {
879 if ((t1 = tp->t_tspec) == PTR)
890 if (t1 != PTR) {
981 if (t1 != PTR) {
992 if (t1 != PTR || t2 != PTR) {
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Das.h174 extern PTR malloc ();
175 extern PTR realloc ();
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DBugDriver.h79 void setPassesToRun(const std::vector<std::string> &PTR) { argument
80 PassesToRun = PTR;
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86ms.pl93 local($ret)="$size PTR ";
217 if ($line=~/\bxmm[0-7]\b/i) { $line=~s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i; }
420 push(@out,"$label{$_[0]}\tLABEL PTR\n");
/freebsd-9.3-release/contrib/cvs/src/
H A Dmodules.c61 static int sort_order PROTO((const PTR l, const PTR r));
847 const PTR l;
848 const PTR r;
978 qsort ((PTR) s_head, s_count, sizeof (struct sortrec), sort_order);

Completed in 293 milliseconds

1234567