Home
last modified time | relevance | path

Searched refs:numeric_forward (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dnm.c89 static int numeric_forward (const void *, const void *);
665 numeric_forward (const void *P_x, const void *P_y) in numeric_forward() function
694 return - numeric_forward (x, y); in numeric_reverse()
739 { numeric_forward, numeric_reverse }
H A DChangeLog-91972403 (numeric_forward): Use minisymbols rather than asymbols.
3034 (numeric_forward): Make static. Change from void * to PTR.
3125 * nm.c (numeric_forward): Treat undefined symbols as "less than"
3130 (numeric_reverse): Call numeric_forward and negate the result.
4811 (Their lack screwed up numeric_forward().)
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c522 numeric_forward (const void *P_x, const void *P_y) in numeric_forward() function
551 return - numeric_forward (x, y); in numeric_reverse()
557 { numeric_forward, numeric_reverse }
H A DChangeLog-91972403 (numeric_forward): Use minisymbols rather than asymbols.
3034 (numeric_forward): Make static. Change from void * to PTR.
3125 * nm.c (numeric_forward): Treat undefined symbols as "less than"
3130 (numeric_reverse): Call numeric_forward and negate the result.
4811 (Their lack screwed up numeric_forward().)