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

/macosx-10.9.5/cctools-845/ld/
H A D8byte_literals.h42 struct literal8_block *literal8_blocks; /* the literal8's */
56 struct literal8 { struct
64 struct literal8 /* this block */
74 /* the load order info for a single literal8 order line */
76 struct literal8 literal8; member in struct:literal8_order_line
103 struct literal8 literal8,
H A D8byte_literals.c70 struct literal8 *literal8s;
111 literal8s = (struct literal8 *)(cur_obj->obj_addr + s->offset);
129 literal8s = (struct literal8 *)(cur_obj->obj_addr + s->offset);
156 struct literal8 literal8; local
188 if(get_hex_from_sectorder(ms, &i, &(literal8.long0),
190 if(get_hex_from_sectorder(ms, &i, &(literal8.long1),
192 output_offset = lookup_literal8(literal8, data, ms);
195 literal8 = literal8;
374 lookup_literal8( struct literal8 literal8, struct literal8_data *data, struct merged_section *ms) argument
[all...]
H A Dliteral_pointers.c860 struct literal8 literal8; local
958 if(get_hex_from_sectorder(ms, &i, &(literal8.long0),
960 if(get_hex_from_sectorder(ms, &i, &(literal8.long1),
962 merged_section_offset = lookup_literal8(literal8,

Completed in 216 milliseconds