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

/macosx-10.9.5/cctools-845/ld/
H A Dcoalesced_sections.c90 enum bool start_section; local
137 start_section = FALSE;
180 start_section = TRUE;
184 if(start_section == FALSE){
H A Dobjects.h178 enum bool start_section; /* There is a symbol at the start of the */ member in struct:section_map
H A Dsections.c1215 enum bool start_section, any_order; local
1298 start_section = FALSE;
1305 start_section = TRUE;
1308 if(start_section == FALSE)
1325 cur_obj->cur_section_map->start_section = start_section;
1332 if(start_section == FALSE){
1930 start_section = cur_obj->cur_section_map->start_section;
1947 if((start_section
[all...]

Completed in 131 milliseconds