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

  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
glapi_entrypoint.c 202 unsigned long call_dest = (unsigned long ) &_glapi_get_dispatch; local
251 (((call_dest - ((unsigned long) &code[idx + 8]))
279 unsigned long call_dest = (unsigned long ) &__glapi_sparc_tls_stub; local
282 unsigned long call_dest = (unsigned long ) &__glapi_sparc_pthread_stub; local
290 (((call_dest - ((unsigned long) &code[2]))
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
glapi_entrypoint.c 202 unsigned long call_dest = (unsigned long ) &_glapi_get_dispatch; local
251 (((call_dest - ((unsigned long) &code[idx + 8]))
279 unsigned long call_dest = (unsigned long ) &__glapi_sparc_tls_stub; local
282 unsigned long call_dest = (unsigned long ) &__glapi_sparc_pthread_stub; local
290 (((call_dest - ((unsigned long) &code[2]))
  /src/external/gpl3/gdb.old/dist/gdb/
arm-wince-tdep.c 101 CORE_ADDR call_dest = (pc + 8 + offset) & 0xffffffffU; local
102 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
amd64-windows-tdep.c 441 CORE_ADDR call_dest; local
443 call_dest = pc + 5 + extract_signed_integer (buf, byte_order);
444 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
frv-tdep.c 1064 CORE_ADDR call_dest; local
1070 call_dest = pc + 4 * displ;
1071 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
i386-tdep.c 1897 CORE_ADDR call_dest;
1899 call_dest = pc + 5 + extract_signed_integer (buf, 4, byte_order);
1900 call_dest = call_dest & 0xffffffffU;
1901 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
1893 CORE_ADDR call_dest; local
rs6000-tdep.c 2253 CORE_ADDR call_dest = pc + 4 + displ;
2254 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
2252 CORE_ADDR call_dest = pc + 4 + displ; local
  /src/external/gpl3/gdb/dist/gdb/
arm-wince-tdep.c 101 CORE_ADDR call_dest = (pc + 8 + offset) & 0xffffffffU; local
102 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
amd64-windows-tdep.c 441 CORE_ADDR call_dest; local
443 call_dest = pc + 5 + extract_signed_integer (buf, byte_order);
444 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
frv-tdep.c 1065 CORE_ADDR call_dest; local
1071 call_dest = pc + 4 * displ;
1072 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
i386-tdep.c 1911 CORE_ADDR call_dest;
1913 call_dest = pc + 5 + extract_signed_integer (buf, 4, byte_order);
1914 call_dest = call_dest & 0xffffffffU;
1915 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
1907 CORE_ADDR call_dest; local
rs6000-tdep.c 2253 CORE_ADDR call_dest = pc + 4 + displ;
2254 bound_minimal_symbol s = lookup_minimal_symbol_by_pc (call_dest);
2252 CORE_ADDR call_dest = pc + 4 + displ; local
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 8021 CALL_DEST is the routine we are calling. */
8024 pa_output_millicode_call (rtx_insn *insn, rtx call_dest)
8030 xoperands[0] = call_dest;
8121 rtx call, call_dest;
8149 call_dest = XEXP (XEXP (call, 0), 0);
8150 call_decl = SYMBOL_REF_DECL (call_dest);
8203 CALL_DEST is the routine we are calling. */
8206 pa_output_call (rtx_insn *insn, rtx call_dest, int sibcall)
8209 tree call_decl = SYMBOL_REF_DECL (call_dest);
8213 xoperands[0] = call_dest;
8107 rtx call, call_dest; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 7873 CALL_DEST is the routine we are calling. */
7876 pa_output_millicode_call (rtx_insn *insn, rtx call_dest)
7882 xoperands[0] = call_dest;
7973 rtx call, call_dest;
8001 call_dest = XEXP (XEXP (call, 0), 0);
8002 call_decl = SYMBOL_REF_DECL (call_dest);
8055 CALL_DEST is the routine we are calling. */
8058 pa_output_call (rtx_insn *insn, rtx call_dest, int sibcall)
8061 tree call_decl = SYMBOL_REF_DECL (call_dest);
8065 xoperands[0] = call_dest;
7959 rtx call, call_dest; local
    [all...]

Completed in 99 milliseconds