HomeSort by: relevance | last modified time | path
    Searched defs:relp (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/crunch/crunchide/
exec_aout.c 75 static void check_reloc(const char *filename, struct relocation_info *relp);
102 struct relocation_info *relp; local
176 for(relp = textrel; relp < textrel + ntextrel; relp++)
177 check_reloc(filename, relp);
178 for(relp = datarel; relp < datarel + ndatarel; relp++)
179 check_reloc(filename, relp);
    [all...]
  /src/lib/libc/rpc/
rpcb_clnt.c 630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf)
638 for (sp = relp; sp != NULL; sp = sp->rpcb_entry_next) {
806 rpcb_entry_list_ptr relp = NULL; local
846 (char *)(void *)&relp, tottimeout);
848 if ((address = got_entry(relp, nconf)) != NULL) {
850 (char *)(void *)&relp);
858 (char *)(void *)&relp);
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 11767 bfd_byte *p, *relp;
12068 relp = p;
12128 bfd_vma roff = relp - stub_entry->group->stub_sec->contents;
11763 bfd_byte *p, *relp; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 11764 bfd_byte *p, *relp;
12065 relp = p;
12125 bfd_vma roff = relp - stub_entry->group->stub_sec->contents;
11760 bfd_byte *p, *relp; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 11747 bfd_byte *p, *relp;
12048 relp = p;
12108 bfd_vma roff = relp - stub_entry->group->stub_sec->contents;
11743 bfd_byte *p, *relp; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 11744 bfd_byte *p, *relp;
12045 relp = p;
12105 bfd_vma roff = relp - stub_entry->group->stub_sec->contents;
11740 bfd_byte *p, *relp; local

Completed in 86 milliseconds