Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4679 Off bgn1, bgn = shdr->sh_offset; in shdr_cache() local
4697 bgn1 = shdr1->sh_offset; in shdr_cache()
4700 if (((bgn1 <= bgn) && (end1 > bgn)) || in shdr_cache()
4701 ((bgn1 < end) && (end1 >= end))) { in shdr_cache()
4707 _cache1->c_name, EC_OFF(bgn1), in shdr_cache()
4719 bgn1 = ehdr->e_shoff; in shdr_cache()
4722 if (((bgn1 <= bgn) && (end1 > bgn)) || in shdr_cache()
4723 ((bgn1 < end) && (end1 >= end))) { in shdr_cache()
4725 MSG_INTL(MSG_ERR_SHDRMEMOVER), file, EC_OFF(bgn1), in shdr_cache()