Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c334 shdr = cache[ndx].c_shdr; in stringtbl()
406 shdr = symtab->c_shdr; in symlookup()
1419 cishdr = cicache->c_shdr; in cap_section()
1440 sshdr = scache->c_shdr; in cap_section()
1473 strshdr = strcache->c_shdr; in cap_section()
1648 chshdr = chcache->c_shdr; in cap_section()
2506 shdr = _cache->c_shdr; in symbols()
4128 sshdr = _cache->c_shdr; in hash()
4430 shdr = _cache->c_shdr; in got()
4612 if (cache1->c_shdr->sh_offset < cache2->c_shdr->sh_offset) in sort_shdr_ndx_arr()
[all …]
H A D_elfdump.h106 Shdr *c_shdr; member
H A Dfake_shdr.c1510 _cache->c_shdr = sinfo->shdr; in fake_shdr_cache()
1523 _cache->c_shdr = sinfo->shdr; in fake_shdr_cache()
1554 if (_cache->c_shdr) in fake_shdr_cache_free()
1555 free(_cache->c_shdr); in fake_shdr_cache_free()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c362 if ((_icache->c_shdr = shdr = elf_getshdr(scn)) == NULL) { in rt_dldump()
440 _icache->c_shdr = 0; in rt_dldump()
456 if ((shdr = _icache->c_shdr) == 0) in rt_dldump()
487 if ((shdr = _icache->c_shdr) == 0) in rt_dldump()
612 *shdr = *_icache->c_shdr; in rt_dldump()
673 shdr->sh_addr = data_cache->c_shdr->sh_addr + in rt_dldump()
674 data_cache->c_shdr->sh_size; in rt_dldump()
781 if ((_mcache->c_shdr = elf_getshdr(scn)) == NULL) { in rt_dldump()
811 shdr = _mcache->c_shdr; in rt_dldump()
H A Drelocate.c68 shdr = _cache->c_shdr; in count_reloc()
85 shdr = __cache->c_shdr; in count_reloc()
436 shdr = _icache->c_shdr;
492 shdr = _icache->c_shdr;
510 off = rel->r_offset - ircache->c_shdr->sh_addr;
H A Dsyms.c53 shdr = _cache->c_shdr; in update_sym()
89 shdr = _cache->c_shdr; in syminfo()
H A D_librtld.h45 Shdr *c_shdr; member
H A Ddynamic.c52 __cache = &cache[_cache->c_shdr->sh_link]; in update_dynamic()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c1840 GElf_Shdr c_shdr; in Pbuild_file_symtab() member
1992 if (cp->c_shdr.sh_name >= shdata->d_size) { in Pbuild_file_symtab()
2006 GElf_Shdr *shp = &cp->c_shdr; in Pbuild_file_symtab()
2031 symp->sym_hdr_pri = cp->c_shdr; in Pbuild_file_symtab()
2074 if (cp->c_shdr.sh_type == SHT_NOTE && in Pbuild_file_symtab()
2103 if (cp->c_shdr.sh_type == SHT_PROGBITS && in Pbuild_file_symtab()
2240 fptr->file_ctf_off = ctf->c_shdr.sh_offset; in Pbuild_file_symtab()
2241 fptr->file_ctf_size = ctf->c_shdr.sh_size; in Pbuild_file_symtab()
2242 if (ctf->c_shdr.sh_link != 0 && in Pbuild_file_symtab()
2243 cache[ctf->c_shdr.sh_link].c_shdr.sh_type == SHT_DYNSYM) in Pbuild_file_symtab()
[all …]