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

/macosx-10.9.5/cctools-845/misc/
H A Dctf_insert.c47 struct arch_ctf *arch_ctfs; variable in typeref:struct:arch_ctf
121 arch_ctfs = reallocate(arch_ctfs,
124 &(arch_ctfs[narch_ctfs].arch_flag)) == 0){
146 arch_ctfs[narch_ctfs].filename = argv[i+2];
147 arch_ctfs[narch_ctfs].contents = contents;
148 arch_ctfs[narch_ctfs].size = stat_buf.st_size;
149 arch_ctfs[narch_ctfs].arch_found = FALSE;
175 if(arch_ctfs[i].arch_found == FALSE)
178 arch_ctfs[
[all...]

Completed in 1385 milliseconds