Searched refs:SHN_SUNW_IGNORE (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 321 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_DEF }, in conv_sym_shndx_strings() 332 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_CF }, in conv_sym_shndx_strings() 343 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_CFNP }, in conv_sym_shndx_strings() 354 { SHN_SUNW_IGNORE, SOL, MSG_SHN_SUNW_IGNORE_NF }, in conv_sym_shndx_strings()
|
H A D | symbols.msg | 114 @ MSG_SHN_SUNW_IGNORE_CF "SHN_SUNW_IGNORE" # 0xff3f
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | resolve.c | 1098 (sdp->sd_sym->st_shndx == SHN_SUNW_IGNORE)) 1144 (nsym->st_shndx == SHN_SUNW_IGNORE)) {
|
H A D | syms.c | 551 if (nsym->st_shndx == SHN_SUNW_IGNORE) { in ld_sym_enter() 1490 sdp->sd_shndx = SHN_SUNW_IGNORE; in ld_sym_validate() 2282 if (sym->st_shndx == SHN_SUNW_IGNORE) { in ld_sym_process()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 661 #define SHN_SUNW_IGNORE 0xff3f macro
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 1443 if (rsym.st_shndx != SHN_SUNW_IGNORE) { in process_obj() 1444 rsym.st_shndx = SHN_SUNW_IGNORE; in process_obj()
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 1292 } else if (sym_data->shndx == SHN_SUNW_IGNORE) {
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1004 6268693 SHN_SUNW_IGNORE symbols should be allowed to be mulitiply defined
|