Searched refs:REAL (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c562 #undef REAL macro
563 #define REAL "__real_" macro
566 && strncmp (l, REAL, sizeof REAL - 1) == 0
567 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1,
577 amt = strlen (l + sizeof REAL - 1) + 2;
584 strcat (n, l + sizeof REAL - 1);
590 #undef REAL macro

Completed in 41 milliseconds