/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 118 { MSG_ORIG(MSG_SHT_SUNW_LDYNSYM), SHT_SUNW_LDYNSYM }, 119 { MSG_ORIG(MSG_SHT_SUNW_LDYNSYM_ALT1), SHT_SUNW_LDYNSYM },
|
H A D | elfedit_machelf.c | 193 case SHT_SUNW_LDYNSYM: in elfedit64_init_obj_state()
|
H A D | util_machelf.c | 516 case SHT_SUNW_LDYNSYM: in elfedit_sec_issymtab()
|
H A D | elfedit.msg | 610 @ MSG_SHT_SUNW_LDYNSYM "SHT_SUNW_LDYNSYM" # 0x6ffffff3
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 119 @ MSG_SHT_SUNW_LDYNSYM "[ SHT_SUNW_LDYNSYM ]" # 0x6ffffff3 121 @ MSG_SHT_SUNW_LDYNSYM_CF "SHT_SUNW_LDYNSYM"
|
H A D | sections.c | 435 { SHT_SUNW_LDYNSYM, ELFOSABI_SOLARIS, 0, in conv_iter_sec_symtab() 443 { SHT_SUNW_LDYNSYM, ELFOSABI_SOLARIS, 0, in conv_iter_sec_symtab()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 53 (SHT_SYMTAB, SHT_DYNSYM, or SHT_SUNW_LDYNSYM) and
|
H A D | dispsyms.c | 102 (shdr.sh_type != SHT_SUNW_LDYNSYM)) in print_symtab()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | maps.c | 320 case SHT_SUNW_LDYNSYM: in load_map()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 502 case SHT_SUNW_LDYNSYM: in get_symtab()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 191 { MSG_ORIG(MSG_PHDRNAM_LDYNSYM), SHT_SUNW_LDYNSYM, SHF_ALLOC, 965 case SHT_SUNW_LDYNSYM: in get_data()
|
H A D | elfdump.c | 2510 ((shdr->sh_type != SHT_SUNW_LDYNSYM) || in symbols() 2580 case SHT_SUNW_LDYNSYM: in sunw_sort() 3096 GRAB(SHT_SUNW_LDYNSYM, sunw_ldynsym); in dynamic() 3422 TEST_ADDR(SHT_SUNW_LDYNSYM, sunw_ldynsym); in dynamic() 5254 case SHT_SUNW_LDYNSYM: in regular()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 588 #define SHT_SUNW_LDYNSYM 0x6ffffff3 macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 513 sp->sh_type = SHT_SUNW_LDYNSYM; in fake_elf64()
|
H A D | Psymtab.c | 2037 } else if (shp->sh_type == SHT_SUNW_LDYNSYM) { in Pbuild_file_symtab()
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 820 (shdr->sh_type == SHT_SUNW_LDYNSYM)) { in rt_dldump()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 167 case SHT_SUNW_LDYNSYM: in shtype_to_strtab()
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 615 symtabtype = SHT_SUNW_LDYNSYM;
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 491 case SHT_SUNW_LDYNSYM: in new_section() 2153 if (allow_ldynsym && new_section(ofl, SHT_SUNW_LDYNSYM, in make_dynsym()
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1329 PSARC 2006/526 SHT_SUNW_LDYNSYM - default local symbol addition 1357 PSARC/2007/074 -L option for nm(1) to display SHT_SUNW_LDYNSYM symbols
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 716 case SHT_SUNW_LDYNSYM:
|
H A D | xlate64.m4 | 773 case SHT_SUNW_LDYNSYM:
|