Searched refs:slotp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_reloc_symbolic.c65 struct Dwarf_Relocation_Data_s *slotp; local
72 slotp = (struct Dwarf_Relocation_Data_s *) relrec_to_fill;
73 slotp->drd_type = type;
74 slotp->drd_length = reltarget_length;
75 slotp->drd_offset = offset;
76 slotp->drd_symbol_index = symidx;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c536 struct vfstable *slotp, *allocated = NULL; local
557 slotp = allocated;
561 slotp = &vfsconf[slot];
571 bcopy(nvfsp, slotp, sizeof(struct vfstable));
573 slotp->vfc_next = vfsconf[slot - 1].vfc_next;
574 vfsconf[slot - 1].vfc_next = slotp;
576 slotp->vfc_next = NULL;
586 return(slotp);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c1123 string, and is updated. The slotp argument points to a place to
1127 parse_stab_type (void *dhandle, struct stab_handle *info, const char *typename, const char **pp, debug_type **slotp) argument
1136 if (slotp != NULL)
1137 *slotp = NULL;
1178 if (slotp != NULL && typenums[0] >= 0 && typenums[1] >= 0)
1179 *slotp = stab_find_slot (info, typenums);

Completed in 128 milliseconds