Searched refs:DICT_LINEAR_SYM (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c198 #define DICT_LINEAR_SYM(d,i) DICT_LINEAR_SYMS (d) [i] macro
799 return DICT_LINEAR_NSYMS (dict) ? DICT_LINEAR_SYM (dict, 0) : NULL;
810 return DICT_LINEAR_SYM (dict, DICT_ITERATOR_INDEX (iterator));
838 sym = DICT_LINEAR_SYM (dict, i);
883 DICT_LINEAR_SYM (dict, nsyms - 1) = sym;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c198 #define DICT_LINEAR_SYM(d,i) DICT_LINEAR_SYMS (d) [i] macro
805 return DICT_LINEAR_NSYMS (dict) ? DICT_LINEAR_SYM (dict, 0) : NULL;
816 return DICT_LINEAR_SYM (dict, DICT_ITERATOR_INDEX (iterator));
844 sym = DICT_LINEAR_SYM (dict, i);
889 DICT_LINEAR_SYM (dict, nsyms - 1) = sym;

Completed in 204 milliseconds