Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4352 Addr gotbgn, gotend; in got() local
4391 gotend = gotbgn + gotshdr->sh_size; in got()
4511 if ((offset < gotbgn) || (offset >= gotend)) in got()