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

  /src/external/gpl3/gdb.old/dist/gdb/
objc-lang.c 1206 /* The data structure 'methcalls' is used to detect method calls (through
1226 static struct objc_methcall methcalls[] = { variable in typeref:struct:objc_methcall
1235 #define nmethcalls (sizeof (methcalls) / sizeof (methcalls[0]))
1253 = lookup_minimal_symbol (current_program_space, methcalls[i].name);
1254 if ((func.minsym == NULL) && (methcalls[i].name[0] == '_'))
1257 methcalls[i].name + 1);
1261 methcalls[i].begin = 0;
1262 methcalls[i].end = 0;
1266 methcalls[i].begin = func.value_address ()
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
objc-lang.c 1206 /* The data structure 'methcalls' is used to detect method calls (through
1226 static struct objc_methcall methcalls[] = { variable in typeref:struct:objc_methcall
1235 #define nmethcalls (sizeof (methcalls) / sizeof (methcalls[0]))
1253 = lookup_minimal_symbol (current_program_space, methcalls[i].name);
1254 if ((func.minsym == NULL) && (methcalls[i].name[0] == '_'))
1257 methcalls[i].name + 1);
1261 methcalls[i].begin = 0;
1262 methcalls[i].end = 0;
1266 methcalls[i].begin = func.value_address ()
    [all...]

Completed in 99 milliseconds