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

/macosx-10.9.5/cctools-845/ld/
H A Dspecs.h36 struct segment_spec { struct
66 __private_extern__ struct segment_spec *segment_specs;
69 __private_extern__ struct segment_spec *create_segment_spec(
72 struct segment_spec *seg_spec,
74 __private_extern__ struct segment_spec * lookup_segment_spec(
H A Dspecs.c50 __private_extern__ struct segment_spec *segment_specs = NULL;
55 * to the segment_spec for the specified segment name. If none exist then one
60 struct segment_spec *
71 sizeof(struct segment_spec));
73 sizeof(struct segment_spec));
80 * segment_spec and returns a pointer to the section_spec for the specified
87 struct segment_spec *seg_spec,
106 * lookup_segment_spec() returns a pointer to the segment_spec for the specified
110 struct segment_spec *
H A Dlayout.c502 struct segment_spec *seg_spec;
H A Dld.c484 struct segment_spec *seg_spec;

Completed in 122 milliseconds