Home
last modified time | relevance | path

Searched refs:relp (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/usr.bin/crunch/crunchide/
H A Dexec_aout.c75 static void check_reloc(const char *filename, struct relocation_info *relp);
102 struct relocation_info *relp; in hide_aout() local
176 for(relp = textrel; relp < textrel + ntextrel; relp++) in hide_aout()
177 check_reloc(filename, relp); in hide_aout()
178 for(relp = datarel; relp < datarel + ndatarel; relp++) in hide_aout()
179 check_reloc(filename, relp); in hide_aout()
196 static void check_reloc(const char *filename, struct relocation_info *relp) in check_reloc() argument
199 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) { in check_reloc()
202 filename, SYMSTR(&symbase[relp->r_symbolnum])); in check_reloc()
/netbsd-src/lib/libc/rpc/
H A Drpcb_clnt.c630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) in got_entry() argument
638 for (sp = relp; sp != NULL; sp = sp->rpcb_entry_next) { in got_entry()
806 rpcb_entry_list_ptr relp = NULL; in __rpcb_findaddr() local
846 (char *)(void *)&relp, tottimeout); in __rpcb_findaddr()
848 if ((address = got_entry(relp, nconf)) != NULL) { in __rpcb_findaddr()
850 (char *)(void *)&relp); in __rpcb_findaddr()
858 (char *)(void *)&relp); in __rpcb_findaddr()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-alpha.c815 for (arelent **relp = reloc_vector; *relp != NULL; relp++) in alpha_ecoff_get_relocated_section_contents() local
822 rel = *relp; in alpha_ecoff_get_relocated_section_contents()
H A Dreloc.c8809 arelent **relp ATTRIBUTE_UNUSED, in _bfd_nodynamic_canonicalize_dynamic_reloc()
H A Delf64-ppc.c11746 bfd_byte *p, *relp; in ppc_build_one_stub() local
12047 relp = p; in ppc_build_one_stub()
12107 bfd_vma roff = relp - stub_entry->group->stub_sec->contents; in ppc_build_one_stub()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc2614 cris_reduce_compare (rtx *relp, rtx *, rtx *op1p) in cris_reduce_compare() argument
2617 rtx_code code = GET_CODE (*relp); in cris_reduce_compare()
2658 if (code != GET_CODE (*relp)) in cris_reduce_compare()
2661 PUT_CODE (*relp, code); in cris_reduce_compare()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c3062 cris_reduce_compare (rtx *relp, rtx *, rtx *op1p) in cris_reduce_compare() argument
3065 rtx_code code = GET_CODE (*relp); in cris_reduce_compare()
3106 if (code != GET_CODE (*relp)) in cris_reduce_compare()
3109 PUT_CODE (*relp, code); in cris_reduce_compare()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dreloc.c8688 arelent **relp ATTRIBUTE_UNUSED, in _bfd_nodynamic_canonicalize_dynamic_reloc()
H A Delf64-ppc.c11698 bfd_byte *p, *relp; in ppc_build_one_stub() local
12021 relp = p; in ppc_build_one_stub()
12081 bfd_vma roff = relp - stub_entry->group->stub_sec->contents; in ppc_build_one_stub()