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

/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h156 struct section_64 **sections64; /* array of 64-bit section structs */ member in struct:object
/macosx-10.9.5/cctools-845/misc/
H A Dnm.c148 struct section_64 **sections64; member in struct:process_flags
568 process_flags.sections64 = NULL;
571 process_flags.sections64 = (struct section_64 **)
630 process_flags.sections64[k++] = s64 + j;
747 if(process_flags.sections64 != NULL){
748 free(process_flags.sections64);
749 process_flags.sections64 = NULL;
807 process_flags.sections64 = NULL;
810 process_flags.sections64 = lto_sections64;
1317 process_flags->sections64[
[all...]
H A Dpagestuff.c1148 enum bool sections, sections64; local
1194 sections64 = FALSE;
1252 if(sections64 == FALSE){
1262 sections64 = TRUE;
1426 if(sections == TRUE || sections64 == TRUE){
H A Dstrip.c2549 struct section_64 *s64, **sections64; local
2683 sections64 = NULL;
2687 sections64 = allocate(nsects * sizeof(struct section_64 *));
2704 sections64[nsects++] = s64++;
2738 s_flags = sections64[n_sect - 1]->flags;
3792 if(sections64 != NULL)
3793 free(sections64);
4416 struct section_64 *s64, **sections64; local
4521 sections64 = NULL;
4525 sections64
[all...]
H A Dlibtool.c207 struct section_64 **sections64; /* array of section structs for 64-bit */ member in struct:member
272 struct section_64 **sections64);
3388 member->sections64 = allocate(nsects *
3406 member->sections64[nsects++] = section64++;
3466 member->sections64);
3541 member->sections64);
3753 struct section_64 **sections64)
3759 sections64[symbol64->n_sect-1]->flags & S_ATTR_NO_TOC));
3751 toc_symbol_64( struct nlist_64 *symbol64, struct section_64 **sections64) argument
/macosx-10.9.5/cctools-845/libstuff/
H A Dwriteout.c62 struct section_64 **sections64);
938 object->sections64 = NULL;
942 object->sections64 = allocate(nsects *
961 object->sections64[nsects++] = section64++;
1015 object->sections64) == TRUE){
1098 object->sections64) == TRUE){
1250 struct section_64 **sections64)
1257 sections64[symbol64->n_sect-1]->flags & S_ATTR_NO_TOC));
1247 toc_symbol_64( struct nlist_64 *symbol64, enum bool commons_in_toc, struct section_64 **sections64) argument

Completed in 110 milliseconds