Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCompCom.cc80 int hdr_stringlen = elf->decode (hdr->stringlen); in compcom_open() local
84 if (offset + length + hdr_stringlen > e_offset || hdr_srcname < 0 in compcom_open()
85 || hdr_srcname >= hdr_stringlen) in compcom_open()
100 offset += (length + hdr_stringlen); in compcom_open()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCompCom.cc80 int hdr_stringlen = elf->decode (hdr->stringlen); in compcom_open() local
84 if (offset + length + hdr_stringlen > e_offset || hdr_srcname < 0 in compcom_open()
85 || hdr_srcname >= hdr_stringlen) in compcom_open()
100 offset += (length + hdr_stringlen); in compcom_open()