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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c295 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_DEF },
306 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_CF },
317 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_CFNP },
328 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_NF },
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h493 #define SHN_SUNW_IGNORE 0xff3f macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c1098 (sdp->sd_sym->st_shndx == SHN_SUNW_IGNORE))
1144 (nsym->st_shndx == SHN_SUNW_IGNORE)) {
H A Dsyms.c510 * Reclassify any SHN_SUNW_IGNORE symbols to SHN_UNDEF so as to
513 if (nsym->st_shndx == SHN_SUNW_IGNORE) {
1348 * If this symbol originated as a SHN_SUNW_IGNORE, it will have
1354 sdp->sd_shndx = SHN_SUNW_IGNORE;
2143 * Reclassify any SHN_SUNW_IGNORE symbols to SHN_UNDEF
2146 if (sym->st_shndx == SHN_SUNW_IGNORE) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1437 if (rsym.st_shndx != SHN_SUNW_IGNORE) {
1438 rsym.st_shndx = SHN_SUNW_IGNORE;
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1259 } else if (sym_data->shndx == SHN_SUNW_IGNORE) {

Completed in 96 milliseconds