Home
last modified time | relevance | path

Searched refs:valueof (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dnm.c495 #define valueof(x) ((x)->section->vma + (x)->value) macro
561 else if (valueof (x) != valueof (y)) in numeric_forward()
562 return valueof (x) < valueof (y) ? -1 : 1; in numeric_forward()
612 if (valueof (x) != valueof (y)) in size_forward1()
613 return valueof (x) < valueof (y) ? -1 : 1; in size_forward1()
742 sz = valueof (next) - valueof (sym); in sort_symbols_by_size()
746 - valueof (sym)); in sort_symbols_by_size()
DChangeLog-91974810 * nm.c (valueof macro): Add missing parentheses.