Home
last modified time | relevance | path

Searched refs:sh_entsize (Results 26 – 50 of 88) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c836 src_shdr.sh_entsize != 0 && in build_file()
842 src_shdr.sh_entsize; in build_file()
844 src_shdr.sh_entsize); in build_file()
906 (src_shdr.sh_entsize != 0) && in build_file()
914 src_shdr.sh_entsize; in build_file()
916 newshndx = malloc(entcnt * src_shdr.sh_entsize); in build_file()
1060 dst_shdr.sh_entsize = 0; in build_file()
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c89 count = symdata->d_size / s_buf.sh_entsize; in _elf_nlist()
/illumos-gate/usr/src/cmd/mdb/tools/setdynflag/common/
H A Dsetdynflag.c112 nent = shdr.sh_size / shdr.sh_entsize; in set_flag()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c352 dst->sh_entsize = (Elf64_Xword)s->sh_entsize; in gelf_getshdr()
402 dst->sh_entsize = (Elf32_Word)src->sh_entsize; in gelf_update_shdr()
1109 n = shdr.sh_size / shdr.sh_entsize; in _gelf_getdynval()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c573 if ((symshdr->sh_size / symshdr->sh_entsize) != (vershdr->sh_size / in ld_vers_sym_process()
574 vershdr->sh_entsize)) { in ld_vers_sym_process()
579 EC_WORD(vershdr->sh_size / vershdr->sh_entsize), in ld_vers_sym_process()
581 EC_WORD(symshdr->sh_size / symshdr->sh_entsize)); in ld_vers_sym_process()
H A Dplace.c210 if ((isp->is_shdr->sh_entsize > 1) || in os_attach_isp()
1391 osp->os_shdr->sh_entsize = shdr->sh_entsize; in ld_place_section()
H A Drelocate.c126 entsize = irel->is_shdr->sh_entsize; in is_disp_copied()
2144 if (((entsize = shdr->sh_entsize) == 0) || (entsize > rsize)) { in reloc_section()
2276 if (mshdr->sh_entsize == 0) in get_move_entry()
2282 midx = roffset / mshdr->sh_entsize; in get_move_entry()
2283 if ((midx * mshdr->sh_entsize) >= mshdr->sh_size) in get_move_entry()
2309 entsize = rsect->is_shdr->sh_entsize; in process_movereloc()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c70 ent = shdr->sh_entsize; in count_reloc()
439 ent = shdr->sh_entsize;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c176 if ((isp->is_shdr->sh_entsize > 1) || in Dbg_sec_unsup_strmerge()
183 EC_XWORD(isp->is_shdr->sh_entsize)); in Dbg_sec_unsup_strmerge()
H A Delf.c116 EC_XWORD(shdr0->sh_entsize)); in Elf_ehdr()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c232 if (shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in ctf_write_elf()
233 int nsym = shdr.sh_size / shdr.sh_entsize; in ctf_write_elf()
H A Dctf_convert.c83 for (i = 0; i < shdr.sh_size / shdr.sh_entsize; i++) { in ctf_has_c_source()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h114 Elf32_Word sh_entsize; /* Entry size if section holds table */ member
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg212 The shdr:sh_entsize command is used to display or alter the\n\
221 If shdr:sh_entsize is called without arguments, the value\n\
222 of sh_entsize for every section in the section header array\n\
225 present, the sh_entsize field of the section at the specified\n\
387 @ MSG_CMD_SH_ENTSIZE "sh_entsize"
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c532 shp->sh_entsize = sizeof (Elf32_Sym); in dump_elf32()
558 shp->sh_entsize = sizeof (de.de_rel[0]); in dump_elf32()
669 shp->sh_entsize = sizeof (Elf64_Sym); in dump_elf64()
691 shp->sh_entsize = sizeof (de.de_rel[0]); in dump_elf64()
1174 for (i = 0; i < shdr_rel.sh_size / shdr_rel.sh_entsize; i++) { in process_obj()
1306 for (i = 0; i < shdr_rel.sh_size / shdr_rel.sh_entsize; i++) { in process_obj()
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c92 symdx < (stabshdr.sh_size / stabshdr.sh_entsize); in walk_symtab()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h99 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
H A Delf64.h108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c761 mp->symhdr->sh_entsize = dyn->d_un.d_val; in load_exec()
822 mp->symhdr->sh_size = mp->nsyms * mp->symhdr->sh_entsize; in load_exec()
857 sp = (Sym *)(mp->symtbl + i * mp->symhdr->sh_entsize); in load_exec()
968 sp = (Sym *)(mp->symtbl + i * mp->symhdr->sh_entsize); in load_linker()
1492 size_t symsize = mp->symhdr->sh_entsize; in kobj_export_ksyms()
1566 mp->symhdr->sh_entsize = symsize; in kobj_export_ksyms()
2564 sp = (Sym *)(mp->symtbl + i * mp->symhdr->sh_entsize); in get_syms()
2985 sp = (Sym *)(mp->symtbl + mp->symhdr->sh_entsize * i); in do_symbols()
3232 ((uintptr_t)sym + mp->symhdr->sh_entsize)) { in kobj_searchsym()
3343 mp->symhdr->sh_entsize * *ip); in lookup_one()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h542 Elf32_Word sh_entsize; /* entry size if table */ member
556 Elf64_Xword sh_entsize; /* entry size if table */ member
/illumos-gate/usr/src/cmd/lockstat/
H A Dsym.c159 nsyms = shdr->sh_size / shdr->sh_entsize; in symtab_init()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1019 shp->sh_entsize = sizeof (Sym); in xkb_build_ksyms()
1244 if (sect->gs_shdr.sh_entsize < sizeof (vcpu_guest_context_t)) in xkb_open_elf()
1247 xkb->xkb_nr_vcpus = sect->gs_shdr.sh_size / sect->gs_shdr.sh_entsize; in xkb_open_elf()
1264 i * sect->gs_shdr.sh_entsize); in xkb_open_elf()
1276 if (sect->gs_shdr.sh_entsize != PAGE_SIZE) in xkb_open_elf()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c302 rel_entsize = p_scns->p_shdr.sh_entsize; in print_rela()
407 rel_entsize = p_scns->p_shdr.sh_entsize; in print_rel()
713 field, EC_XWORD(p->p_shdr.sh_entsize)); in print_shdr()
1004 count = sym_size / p_symtab->p_shdr.sh_entsize; in dump_symbol_table()
1449 field, EC_XWORD(shdr0.sh_entsize)); in dump_elf_header()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c130 symcnt = shdr.sh_size / shdr.sh_entsize; in print_symtab()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-merge-static.c202 nsyms = symhdr.sh_size / symhdr.sh_entsize; in check_merge_static()

1234