HomeSort by relevance Sort by last modified time
    Searched full:symstr_load (Results 1 - 1 of 1) sorted by null

  /external/syslinux/gpxe/src/arch/i386/core/
freebsd_loader.c 35 static Address symstr_load; variable
68 symstr_load = 0;
228 else if ((symstr_load == 0) && (symstrindex >= 0))
247 symstr_load = estate.curaddr;
283 if ((symtab_load !=0) && (symstr_load != 0))
291 bsdinfo.bi_esymtab = (symstr_load +
293 *((long *)phys_to_virt(symstr_load)) +

Completed in 68 milliseconds