Searched refs:SHT_SUNW_LDYNSYM (Results 1 - 20 of 20) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | symintOpen.c | 276 case SHT_SUNW_LDYNSYM:
|
H A D | rdelf.c | 256 case SHT_SUNW_LDYNSYM:
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 113 * Strings for SHT_SUNW_LDYNSYM 116 { MSG_ORIG(MSG_SHT_SUNW_LDYNSYM), SHT_SUNW_LDYNSYM }, 117 { MSG_ORIG(MSG_SHT_SUNW_LDYNSYM_ALT1), SHT_SUNW_LDYNSYM },
|
H A D | elfedit_machelf.c | 192 case SHT_SUNW_LDYNSYM:
|
H A D | util_machelf.c | 516 case SHT_SUNW_LDYNSYM:
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.c | 375 { SHT_SUNW_LDYNSYM, ELFOSABI_SOLARIS, 0, 383 { SHT_SUNW_LDYNSYM, ELFOSABI_SOLARIS, 0,
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dispsyms.c | 31 * for a symbol table (SHT_SYMTAB, SHT_DYNSYM, or SHT_SUNW_LDYNSYM). 102 (shdr.sh_type != SHT_SUNW_LDYNSYM))
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 502 case SHT_SUNW_LDYNSYM:
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | maps.c | 320 case SHT_SUNW_LDYNSYM:
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 435 #define SHT_SUNW_LDYNSYM 0x6ffffff3 macro
|
/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:
|
H A D | elfdump.c | 2457 ((shdr->sh_type != SHT_SUNW_LDYNSYM) || 2527 case SHT_SUNW_LDYNSYM: 3039 GRAB(SHT_SUNW_LDYNSYM, sunw_ldynsym); 3343 TEST_ADDR(SHT_SUNW_LDYNSYM, sunw_ldynsym); 5170 case SHT_SUNW_LDYNSYM:
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 820 (shdr->sh_type == SHT_SUNW_LDYNSYM)) {
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 513 sp->sh_type = SHT_SUNW_LDYNSYM;
|
H A D | Psymtab.c | 1783 } else if (shp->sh_type == SHT_SUNW_LDYNSYM) {
|
/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:
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 167 case SHT_SUNW_LDYNSYM:
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 568 symtabtype = SHT_SUNW_LDYNSYM;
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 488 case SHT_SUNW_LDYNSYM: 2127 if (allow_ldynsym && new_section(ofl, SHT_SUNW_LDYNSYM,
|
Completed in 166 milliseconds