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

  /src/external/gpl3/gdb/dist/gdb/
arm-fbsd-tdep.c 58 { 1, 0, 4 }, /* tpidruro */
278 ULONGEST tpidruro; local
279 if (regcache->cooked_read (tdep->tls_regnum, &tpidruro) != REG_VALID)
280 error (_("Unable to fetch %%tpidruro"));
282 /* %tpidruro points to the TCB whose first member is the dtv
284 CORE_ADDR dtv_addr = tpidruro;
  /src/external/gpl3/gdb.old/dist/gdb/
arm-fbsd-tdep.c 58 { 1, 0, 4 }, /* tpidruro */
278 ULONGEST tpidruro; local
279 if (regcache->cooked_read (tdep->tls_regnum, &tpidruro) != REG_VALID)
280 error (_("Unable to fetch %%tpidruro"));
282 /* %tpidruro points to the TCB whose first member is the dtv
284 CORE_ADDR dtv_addr = tpidruro;

Completed in 32 milliseconds