Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4683 Off bgn1, bgn = shdr->sh_offset; in shdr_cache() local
4701 bgn1 = shdr1->sh_offset; in shdr_cache()
4704 if (((bgn1 <= bgn) && (end1 > bgn)) || in shdr_cache()
4705 ((bgn1 < end) && (end1 >= end))) { in shdr_cache()
4711 _cache1->c_name, EC_OFF(bgn1), in shdr_cache()
4723 bgn1 = ehdr->e_shoff; in shdr_cache()
4726 if (((bgn1 <= bgn) && (end1 > bgn)) || in shdr_cache()
4727 ((bgn1 < end) && (end1 >= end))) { in shdr_cache()
4729 MSG_INTL(MSG_ERR_SHDRMEMOVER), file, EC_OFF(bgn1), in shdr_cache()