Searched refs:file_symbol (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | nm.c | 678 #define file_symbol(s, sn, snl) \ in size_forward1() macro 684 xf = file_symbol (x, xn, xnl); in size_forward1() 685 yf = file_symbol (y, yn, ynl); in size_forward1()
|
D | objdump.c | 697 #define file_symbol(s, sn, snl) \ in compare_symbols() macro 703 af = file_symbol (a, an, anl); in compare_symbols() 704 bf = file_symbol (b, bn, bnl); in compare_symbols()
|