Searched refs:SHN_BEFORE (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 292 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CFNP }, in conv_sym_shndx_strings() 303 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CF }, in conv_sym_shndx_strings() 314 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_CFNP }, in conv_sym_shndx_strings() 325 { SHN_BEFORE, ALL, MSG_SHN_BEFORE_NF }, in conv_sym_shndx_strings()
|
H A D | sections_machelf.c | 62 if (info == SHN_BEFORE) in conv_sec_linkinfo()
|
H A D | symbols.msg | 89 @ MSG_SHN_BEFORE_CF "SHN_BEFORE" # 0xff00
|
H A D | sections.msg | 212 @ MSG_SHN_BEFORE "[ SHN_BEFORE ]"
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | elf_386.h | 83 #define SHN_BEFORE 0xff00 macro
|
H A D | elf_SPARC.h | 156 #define SHN_BEFORE 0xff00 macro
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | order.c | 124 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 D | place.c | 157 if (shndx == SHN_BEFORE) { in os_attach_isp()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | sections.c | 389 if (link == SHN_BEFORE) { in Dbg_sec_order_list()
|