Home
last modified time | relevance | path

Searched defs:SYMBOL_TYPE (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/nm/
H A Dnm.c95 #define SYMBOL_TYPE(x) ((x) & (N_TYPE | N_STAB)) macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymtab.h665 #define SYMBOL_TYPE(symbol) (symbol)->type macro