Searched refs:SHT_DYNSYM (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dchecksum.c152 if ((shdr->sh_type == SHT_DYNSYM) ||
/illumos-gate/usr/src/cmd/boot/symdef/
H A Dsymdef.c96 (shdr.sh_type != SHT_DYNSYM)) ||
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c267 case SHT_DYNSYM:
H A Drdelf.c249 case SHT_DYNSYM:
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c103 * Strings for SHT_DYNSYM
106 { MSG_ORIG(MSG_SHT_DYNSYM), SHT_DYNSYM },
107 { MSG_ORIG(MSG_SHT_DYNSYM_ALT1), SHT_DYNSYM },
188 { STE_STATIC, sym_sht_dynsym }, /* 5: SHT_DYNSYM */
H A Delfedit_machelf.c191 case SHT_DYNSYM:
H A Dutil_machelf.c513 case SHT_DYNSYM:
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c374 { SHT_DYNSYM, 0, 0, MSG_SHT_DYNSYM_CF },
382 { SHT_DYNSYM, 0, 0, MSG_SHT_DYNSYM_NF },
/illumos-gate/usr/src/lib/libtnfctl/
H A Dtraverse.c291 if (shdr->sh_type != SHT_DYNSYM)
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c31 * for a symbol table (SHT_SYMTAB, SHT_DYNSYM, or SHT_SUNW_LDYNSYM).
101 (shdr.sh_type != SHT_DYNSYM) &&
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c185 { "SHT_DYNSYM", 0xffffffff, SHT_DYNSYM },
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c495 case SHT_DYNSYM:
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c311 case SHT_DYNSYM:
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1385 (sshdr->sh_type != SHT_DYNSYM)) {
2456 (shdr->sh_type != SHT_DYNSYM) &&
2542 if (symshdr->sh_type == SHT_DYNSYM)
2553 case SHT_DYNSYM:
3030 GRAB(SHT_DYNSYM, dynsym);
3347 TEST_ENTSIZE(SHT_DYNSYM, dynsym);
3363 TEST_ADDR(SHT_DYNSYM, dynsym);
4354 if ((symtab == 0) && (type == SHT_DYNSYM)) {
5169 case SHT_DYNSYM:
H A Dfake_shdr.c187 { MSG_ORIG(MSG_PHDRNAM_DYNSYM), SHT_DYNSYM, SHF_ALLOC,
960 case SHT_DYNSYM:
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h418 #define SHT_DYNSYM 11 macro
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c812 } else if (head_scns->p_shdr.sh_type == SHT_DYNSYM) {
1496 if (shdr.sh_type == SHT_DYNSYM) {
1707 if (buffer->p_shdr.sh_type == SHT_DYNSYM)
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c129 * over SHT_DYNSYM.
145 * Prefer SHT_SYMTAB over SHT_DYNSYM
147 if (scn->ds_shdr.sh_type == SHT_DYNSYM && tgt->dt_symidx == 0)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c90 (shdr->sh_type == SHT_DYNSYM))
H A Dfiles.c1695 (isp->is_shdr->sh_type != SHT_DYNSYM))) {
1717 (isp->is_shdr->sh_type != SHT_DYNSYM))) {
2443 if (shdr->sh_type == SHT_SYMTAB || shdr->sh_type == SHT_DYNSYM)
2487 /* SHT_DYNSYM */ invalid_section, process_input,
2513 /* SHT_DYNSYM */ NULL, ld_sym_process,
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c819 (shdr->sh_type == SHT_DYNSYM) ||
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c472 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB;
620 dynsym ? "SHT_DYNSYM" : "SHT_SYMTAB");
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c541 sp->sh_type = SHT_DYNSYM;
H A DPsymtab.c1754 if (shp->sh_type == SHT_SYMTAB || shp->sh_type == SHT_DYNSYM) {
1809 (cache[shp->sh_link].c_shdr.sh_type != SHT_DYNSYM &&
1846 cache[ctf->c_shdr.sh_link].c_shdr.sh_type == SHT_DYNSYM)
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c166 case SHT_DYNSYM:

Completed in 117 milliseconds

12