Searched refs:return_tag (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_abbrev.c65 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, argument
69 if (abbrev == NULL || return_tag == NULL) {
74 *return_tag = (Dwarf_Half) abbrev->ab_tag;
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dcache.c251 If it is found then 'return_tag' is set to point to the tag for that line
253 If it is not found, 'return_tag' is set to point to the tag for the least
257 get_tag (FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) argument
290 *return_tag = found;
296 *return_tag = available;
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dcache.c251 If it is found then 'return_tag' is set to point to the tag for that line
253 If it is not found, 'return_tag' is set to point to the tag for the least
257 get_tag (FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) argument
290 *return_tag = found;
296 *return_tag = available;

Completed in 191 milliseconds