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

  /src/external/gpl3/binutils/dist/include/sim/
callback.h 62 int host_val;
61 int host_val; member in struct:__anon10725
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 62 int host_val;
61 int host_val; member in struct:__anon12189
  /src/external/gpl3/gdb/dist/include/sim/
callback.h 62 int host_val;
61 int host_val; member in struct:__anon18836
  /src/external/gpl3/gdb/dist/sim/common/
callback.c 840 cb_host_map_entry (const CB_TARGET_DEFS_MAP map[], int host_val)
844 for (m = &map[0]; m->host_val != -1; ++m)
845 if (m->host_val == host_val)
861 return m ? m->host_val : -1;
871 cb_host_to_target_errno (host_callback *cb, int host_val)
873 const CB_TARGET_DEFS_MAP *m = cb_host_map_entry (cb->errno_map, host_val);
889 int host_val = 0;
898 for (m = &cb->open_map[0]; m->host_val != -1; ++m)
911 for (m = &cb->open_map[0]; m->host_val != -1; ++m
888 int host_val = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/include/sim/
callback.h 62 int host_val;
61 int host_val; member in struct:__anon21577
  /src/external/gpl3/gdb.old/dist/sim/common/
callback.c 840 cb_host_map_entry (const CB_TARGET_DEFS_MAP map[], int host_val)
844 for (m = &map[0]; m->host_val != -1; ++m)
845 if (m->host_val == host_val)
861 return m ? m->host_val : -1;
871 cb_host_to_target_errno (host_callback *cb, int host_val)
873 const CB_TARGET_DEFS_MAP *m = cb_host_map_entry (cb->errno_map, host_val);
889 int host_val = 0;
898 for (m = &cb->open_map[0]; m->host_val != -1; ++m)
911 for (m = &cb->open_map[0]; m->host_val != -1; ++m
888 int host_val = 0; local
    [all...]

Completed in 30 milliseconds