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

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c308 #define const_strneq(a,b) (strncmp ((a), (b), sizeof (b) - 1) == 0)
4162 && const_strneq (name, ".debug_"))
4182 && const_strneq (name, ".gnu.linkonce.wi."))
5018 if (! const_strneq (relname, "R_IA64_SEGREL"))
5431 if (! const_strneq (relname, "R_PARISC_SEGREL"))
7970 if (const_strneq (name, ".gnu.linkonce.wi."))
9015 else if (const_strneq (pnote->namedata, "NetBSD-CORE"))
9463 if (const_strneq (arhdr.ar_name, "/ "))
9485 if (const_strneq (arhdr.ar_name, "// "))
306 #define const_strneq macro

Completed in 145 milliseconds