Home | History | Annotate | Download | only in cp

Lines Matching defs:shnum

1207     uint16_t shnum;	/* Section Header NUM */
1800 unsigned shnum = h->shnum;
1801 if (shnum == SHN_XINDEX)
1809 shnum = get_section (0)->size;
1815 if (!shnum)
1818 if (!read (&sectab, h->shoff, shnum * sizeof (section)))
1836 strtab.pos = shnum * sizeof (section);
2184 unsigned shnum = sectab.pos / sizeof (section);
2185 if (shnum >= SHN_LORESERVE)
2187 reinterpret_cast<section *> (sectab.buffer)->size = shnum;
2188 shnum = SHN_XINDEX;
2225 h->shnum = shnum;