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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c308 #define const_strneq(a,b) (strncmp ((a), (b), sizeof (b) - 1) == 0)
4167 && const_strneq (name, ".debug_"))
4187 && const_strneq (name, ".gnu.linkonce.wi."))
5023 if (! const_strneq (relname, "R_IA64_SEGREL"))
5436 if (! const_strneq (relname, "R_PARISC_SEGREL"))
7979 if (const_strneq (name, ".gnu.linkonce.wi."))
9212 else if (const_strneq (pnote->namedata, "NetBSD-CORE"))
9663 if (const_strneq (arhdr.ar_name, "/ "))
9685 if (const_strneq (arhdr.ar_name, "// "))
306 #define const_strneq macro

Completed in 101 milliseconds