HomeSort by: relevance | last modified time | path
    Searched defs:datarel (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/crunch/crunchide/
exec_aout.c 53 struct relocation_info *textrel, *datarel; variable in typeref:struct:relocation_info **
139 datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) +
143 datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp));
178 for(relp = datarel; relp < datarel + ndatarel; relp++)
exec_aout.c 53 struct relocation_info *textrel, *datarel; variable in typeref:struct:relocation_info **
139 datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) +
143 datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp));
178 for(relp = datarel; relp < datarel + ndatarel; relp++)

Completed in 50 milliseconds