Home
last modified time | relevance | path

Searched refs:SHN_BEFORE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c318 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CFNP }, in conv_sym_shndx_strings()
329 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CF }, in conv_sym_shndx_strings()
340 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CFNP }, in conv_sym_shndx_strings()
351 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_NF }, in conv_sym_shndx_strings()
H A Dsections_machelf.c62 if (info == SHN_BEFORE) in conv_sec_linkinfo()
H A Dsymbols.msg101 @ MSG_SHN_BEFORE_CF "SHN_BEFORE" # 0xff00
H A Dsections.msg262 @ MSG_SHN_BEFORE "[ SHN_BEFORE ]"
/illumos-gate/usr/src/uts/common/sys/
H A Delf_386.h88 #define SHN_BEFORE 0xff00 macro
H A Delf_SPARC.h156 #define SHN_BEFORE 0xff00 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c124 if ((keyshndx == SHN_BEFORE) || (keyshndx == SHN_AFTER)) in is_keyshndx_ok()
353 if ((keyshndx != SHN_BEFORE) && (keyshndx != SHN_AFTER)) { in ld_process_ordered()
H A Dplace.c158 if (shndx == SHN_BEFORE) { in os_attach_isp()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c389 if (link == SHN_BEFORE) { in Dbg_sec_order_list()