Searched refs:hdr_srcname (Results 1 – 2 of 2) sorted by relevance
79 int hdr_srcname = elf->decode (hdr->srcname); in compcom_open() local84 if (offset + length + hdr_stringlen > e_offset || hdr_srcname < 0 in compcom_open()85 || hdr_srcname >= hdr_stringlen) in compcom_open()89 char *src_name = (char *) (((char*) hdr) + length + hdr_srcname); in compcom_open()