Searched refs:toc_size (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h69 uint32_t toc_size; /* total size of the toc including ar_hdr */ member in struct:arch
H A Dofile.h77 uint32_t toc_size; /* total size of the toc */ member in struct:ofile
/macosx-10.9.5/cctools-845/libstuff/
H A Dwriteout.c354 archs[i].library_size += SARMAG + archs[i].toc_size;
1182 arch->toc_size = sizeof(struct ar_hdr) +
1188 arch->toc_size += arch->toc_name_size +
1192 arch->members[i].offset += SARMAG + arch->toc_size;
1217 (long)(arch->toc_size - sizeof(struct ar_hdr)));
H A Dofile.c1768 ofile->toc_size = 0;
1872 ofile->toc_size = ofile->member_size;
3207 symdef_length = ofile->toc_size;
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h59 uint32_t toc_size,
H A Dofile_print.c1120 uint32_t toc_size,
1142 if(toc_offset + sizeof(uint32_t) > toc_size){
1165 if(big_size > toc_size){
1180 if(toc_offset + sizeof(uint32_t) > toc_size){
1196 if(big_size > toc_size){
1115 print_library_toc( struct ar_hdr *toc_ar_hdr, char *toc_name, uint32_t toc_name_size, char *toc_addr, uint32_t toc_size, enum byte_sex toc_byte_sex, char *library_name, char *library_addr, uint64_t library_size, char *arch_name, enum bool verbose) argument
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c178 uint32_t toc_size; /* total size of the toc including ar_hdr */ member in struct:arch
2249 archs[i].size += SARMAG + archs[i].toc_size;
2378 library_size += archs[0].toc_size;
3663 arch->toc_size = sizeof(struct ar_hdr) +
3670 arch->toc_size += arch->toc_name_size +
3674 arch->members[i].offset += SARMAG + arch->toc_size;
3694 (long)(arch->toc_size - sizeof(struct ar_hdr)));

Completed in 229 milliseconds