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

/macosx-10.9.5/cctools-845/ld/
H A Dobjects.h177 unsigned long nload_orders; /* Number of structures in the map */ member in struct:section_map
H A Dsections.c211 unsigned long nload_orders,
1213 unsigned long nsect, nload_orders, nsection_symbols; local
1297 nload_orders = 0;
1302 nload_orders++;
1309 nload_orders++;
1318 nload_orders);
1320 sizeof(struct load_order) * nload_orders);
1321 cur_obj->section_maps[j].nload_orders= nload_orders;
1351 print_load_order(load_orders, nload_orders, m
2478 create_load_symbol_hash_table_for_object( char *archive_name, char *object_name, unsigned long index_length, struct load_order *load_orders, unsigned long nload_orders, struct merged_section *ms) argument
[all...]
H A Dcoalesced_sections.c201 section_map->nload_orders = count;
205 count = section_map->nload_orders;
760 section_map->nload_orders = 0;

Completed in 132 milliseconds