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

/macosx-10.9.5/cctools-845/ld/
H A Dsections.c141 *object_names; /* names of the archive members */ member in struct:archive_name
159 static struct object_name *object_names = NULL; variable in typeref:struct:object_name
194 struct object_name **object_names,
2212 create_object_name(&(ar->object_names),&(ar->nobject_names),
2222 create_object_name(&object_names, &nobject_names,
2240 archive_names[i].object_names = reallocate(
2241 archive_names[i].object_names,
2244 qsort(archive_names[i].object_names,
2251 object_names = reallocate(object_names,
2304 create_object_name( struct object_name **object_names, unsigned long *nobject_names, char *object_name, unsigned long index_length, char *archive_name) argument
[all...]

Completed in 135 milliseconds