Home
last modified time | relevance | path

Searched refs:STN_UNDEF (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h84 #ifndef STN_UNDEF
85 #define STN_UNDEF 0 macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h695 #define STN_UNDEF 0 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h788 #define STN_UNDEF 0 /* Undefined symbol index. */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c407 ndx = STN_UNDEF; in ld_perform_outreloc()
H A Dmachrel.intel.c322 ndx = STN_UNDEF; in ld_perform_outreloc()
H A Dmachrel.sparc.c750 ndx = STN_UNDEF; in ld_perform_outreloc()
/illumos-gate/usr/src/boot/common/
H A Dload_elf.c1068 while (symnum != STN_UNDEF) { in __elfN()