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

  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 3077 static struct key_value *udef_table; variable in typeref:struct:key_value
3102 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value),
3126 kv = bsearch (&key, udef_table, undef_count,
3138 kv = bsearch (&key, udef_table, undef_count,
3151 kv = bsearch (&key, udef_table, undef_count,
3170 kv = bsearch (&key, udef_table, undef_count,
3203 udef_table[undef_count].key = xstrdup (h->root.string);
3204 at = strchr (udef_table[undef_count].key
3205 + (udef_table[undef_count].key[0] == '@'), '@');
3208 udef_table[undef_count].oname = h->root.string
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 3075 static struct key_value *udef_table; variable in typeref:struct:key_value
3100 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value),
3124 kv = bsearch (&key, udef_table, undef_count,
3136 kv = bsearch (&key, udef_table, undef_count,
3149 kv = bsearch (&key, udef_table, undef_count,
3168 kv = bsearch (&key, udef_table, undef_count,
3201 udef_table[undef_count].key = xstrdup (h->root.string);
3202 at = strchr (udef_table[undef_count].key
3203 + (udef_table[undef_count].key[0] == '@'), '@');
3206 udef_table[undef_count].oname = h->root.string
    [all...]

Completed in 29 milliseconds