Searched refs:lhp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c454 const GElf_Shdr *lhp = &sp[shp->sh_link]; local
460 lhp->sh_name >= sp[hdr.e64.e_shstrndx].sh_size)
480 strsect.cts_name = strs + lhp->sh_name;
481 strsect.cts_type = lhp->sh_type;
482 strsect.cts_flags = lhp->sh_flags;
483 strsect.cts_size = lhp->sh_size;
484 strsect.cts_entsize = lhp->sh_entsize;
485 strsect.cts_offset = (off64_t)lhp->sh_offset;

Completed in 43 milliseconds