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

/macosx-10.9.5/cctools-845/misc/
H A Dcmpdylib.c348 struct symtab_command *old_st, *new_st; local
360 old_st = NULL;
368 if(old_st == NULL && lc->cmd == LC_SYMTAB){
369 old_st = (struct symtab_command *)lc;
376 if(old_st == NULL || old_st->nsyms == 0){
386 (old_ofile->object_addr + old_st->symoff);
391 (old_ofile->object_addr + old_st->symoff);
397 (old_ofile->object_addr + old_st->stroff);
400 swap_nlist(old_symbols, old_st
[all...]

Completed in 320 milliseconds