Home
last modified time | relevance | path

Searched refs:subsym_ent_t (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-tic54x.c211 } subsym_ent_t; typedef
249 static subsym_ent_t *subsym_lookup (char *, int);
595 subsym_ent_t *ent = xmalloc (sizeof (*ent)); in stag_add_field_symbols()
1153 subsym_ent_t *val = (void *) tuple->value; in free_subsym_ent()
2284 subsym_ent_t *ent = xmalloc (sizeof (*ent)); in tic54x_var()
2551 subsym_ent_t *ent = xmalloc (sizeof (*ent)); in tic54x_macro_info()
2630 subsym_ent_t *listv; in subsym_ismember()
3057 subsym_ent_t *ent = xmalloc (sizeof (*ent)); in md_begin()
4345 subsym_ent_t *ent = subsym_lookup (*str, macro_level); in subsym_get_arg()
4363 subsym_ent_t *ent = xmalloc (sizeof (*ent)); in subsym_create_or_replace()
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git113811 Tidy this by inserting a new subsym_ent_t that describes key/value
113820 (subsym_ent_t): New. Use this type in subsym_hash..