Searched refs:map_e (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c5349 value_map *map_e;
5356 for (map_e = bucket; map_e; map_e = map_e->next)
5358 if (literal_value_equal (&map_e->val, val, final_static_link))
5359 return map_e;
5342 value_map *map_e; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c5341 value_map *map_e;
5348 for (map_e = bucket; map_e; map_e = map_e->next)
5350 if (literal_value_equal (&map_e->val, val, final_static_link))
5351 return map_e;
5327 value_map *map_e; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c5342 value_map *map_e;
5349 for (map_e = bucket; map_e; map_e = map_e->next)
5351 if (literal_value_equal (&map_e->val, val, final_static_link))
5352 return map_e;
5328 value_map *map_e; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c5356 value_map *map_e;
5363 for (map_e = bucket; map_e; map_e = map_e->next)
5365 if (literal_value_equal (&map_e->val, val, final_static_link))
5366 return map_e;
5342 value_map *map_e; local

Completed in 244 milliseconds