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

/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.h1250 it to ``*out_ptr``.
1253 free (*out_ptr)
1255 are called. *out_ptr will be written to, either with the address of a
1267 char **out_ptr);
H A Dlibgccjit.c2611 char **out_ptr)
2616 RETURN_IF_FAIL (out_ptr, ctxt, NULL, "NULL out_ptr");
2618 ctxt->enable_dump (dumpname, out_ptr);
2609 gcc_jit_context_enable_dump(gcc_jit_context *ctxt, const char *dumpname, char **out_ptr) argument
H A Djit-recording.c1201 /* Add the given dumpname/out_ptr pair to this context's list of requested
1209 char **out_ptr)
1213 gcc_assert (out_ptr);
1216 d.m_out_ptr = out_ptr;
1217 *out_ptr = NULL;
1208 enable_dump(const char *dumpname, char **out_ptr) argument
H A Djit-recording.h215 char **out_ptr);
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c467 asymbol **in_ptr = symbols, **out_ptr = symbols;
481 *out_ptr++ = sym;
483 return out_ptr - symbols;
463 asymbol **in_ptr = symbols, **out_ptr = symbols; local
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c642 asymbol **in_ptr = symbols, **out_ptr = symbols;
657 *out_ptr++ = sym;
659 return out_ptr - symbols;
637 asymbol **in_ptr = symbols, **out_ptr = symbols; local
/haiku-buildtools/legacy/binutils/bfd/
H A Decoff.c2629 char *out_ptr;
2642 out_ptr = (char *) reloc_buff;
2646 reloc_ptr_ptr++, out_ptr += external_reloc_size)
2715 (*swap_reloc_out) (abfd, &in, (void *) out_ptr);
2622 char *out_ptr; local
/haiku-buildtools/binutils/bfd/
H A Decoff.c2669 char *out_ptr;
2682 out_ptr = (char *) reloc_buff;
2686 reloc_ptr_ptr++, out_ptr += external_reloc_size)
2755 (*swap_reloc_out) (abfd, &in, (void *) out_ptr);
2662 char *out_ptr; local

Completed in 180 milliseconds