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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c426 #define INTSZ 4 macro
443 if (e->e_u.e_ar.e_rawsymtabsz < INTSZ)
450 p += INTSZ;
452 if (nentries == 0 || p + nentries * INTSZ >= end)
461 s = p + (nentries * INTSZ); /* start of the string table. */
475 p += INTSZ;

Completed in 99 milliseconds