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

  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 179 /* PROLOGS are addresses of the subroutine prologs, PROLOGS[n]
186 Note that PROLOGS[0] through PROLOGS[12] are unused. */
187 CORE_ADDR prologs[32]; local
201 prologs[regnum] = msymbol.value_address ();
203 prologs[regnum] = 0;
224 if ((4 * (inst & 0x3ffff)) == prologs[regnum])
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 179 /* PROLOGS are addresses of the subroutine prologs, PROLOGS[n]
186 Note that PROLOGS[0] through PROLOGS[12] are unused. */
187 CORE_ADDR prologs[32]; local
200 prologs[regnum] = msymbol.value_address ();
202 prologs[regnum] = 0;
223 if ((4 * (inst & 0x3ffff)) == prologs[regnum])

Completed in 29 milliseconds