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

  /src/external/gpl3/gdb.old/dist/gdb/
i386-fbsd-tdep.c 73 /* This layout including fsbase and gsbase was adopted in FreeBSD
362 ULONGEST gsbase; local
363 if (regcache->cooked_read (I386_GSBASE_REGNUM, &gsbase) != REG_VALID)
364 error (_("Unable to fetch %%gsbase"));
366 CORE_ADDR dtv_addr = gsbase + gdbarch_ptr_bit (gdbarch) / 8;
  /src/external/gpl3/gdb/dist/gdb/
i386-fbsd-tdep.c 73 /* This layout including fsbase and gsbase was adopted in FreeBSD
361 ULONGEST gsbase; local
362 if (regcache->cooked_read (I386_GSBASE_REGNUM, &gsbase) != REG_VALID)
363 error (_("Unable to fetch %%gsbase"));
365 CORE_ADDR dtv_addr = gsbase + gdbarch_ptr_bit (gdbarch) / 8;

Completed in 15 milliseconds