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

  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 85 struct coff_aouthdr *aouthdrp; local in function:create_knlist_coff
143 aouthdrp = (struct coff_aouthdr *)
281 vma, aouthdrp->a_tstart,
282 aouthdrp->a_dstart);
284 aouthdrp->a_tsize,
285 aouthdrp->a_dsize);
287 if (aouthdrp->a_tstart <= vma &&
288 vma < (aouthdrp->a_tstart + aouthdrp->a_tsize)){
300 else if (aouthdrp->a_dstart <= vma &
    [all...]
nlist_coff.c 85 struct coff_aouthdr *aouthdrp; local in function:create_knlist_coff
143 aouthdrp = (struct coff_aouthdr *)
281 vma, aouthdrp->a_tstart,
282 aouthdrp->a_dstart);
284 aouthdrp->a_tsize,
285 aouthdrp->a_dsize);
287 if (aouthdrp->a_tstart <= vma &&
288 vma < (aouthdrp->a_tstart + aouthdrp->a_tsize)){
300 else if (aouthdrp->a_dstart <= vma &
    [all...]

Completed in 22 milliseconds