Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Dldexp.c489 #define BOPN(x, y) \ in fold_binary() macro
503 BOPN (EQ, ==); in fold_binary()
504 BOPN (NE, !=); in fold_binary()
505 BOPN ('<', <); in fold_binary()
506 BOPN ('>', >); in fold_binary()
507 BOPN (LE, <=); in fold_binary()
508 BOPN (GE, >=); in fold_binary()
509 BOPN (ANDAND, &&); in fold_binary()
510 BOPN (OROR, ||); in fold_binary()