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

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c141 unsigned arch_offset = 0; local
232 arch_offset = fap->offset;
236 lseek(fd, arch_offset, SEEK_SET);
248 lseek(fd, arch_offset, SEEK_SET);
287 sa = stp->symoff + arch_offset;
288 ss = stp->stroff + arch_offset;
293 sa = N_SYMOFF(buf) + arch_offset;
294 ss = sa + buf.a_syms + arch_offset;

Completed in 76 milliseconds