Lines Matching refs:ms
35 notecount = ms->elf_notes_max;
40 if (phnum > ms->elf_phnum_max)
41 return toomany(ms, "program headers", phnum);
43 if (dophn_core(ms, clazz, swap, fd,
53 if (phnum > ms->elf_phnum_max)
54 return toomany(ms, "program", phnum);
56 if (shnum > ms->elf_shnum_max)
57 return toomany(ms, "section", shnum);
58 if (dophn_exec(ms, clazz, swap, fd,
66 if (shnum > ms->elf_shnum_max)
67 return toomany(ms, "section headers", shnum);
68 if (doshn(ms, clazz, swap, fd,
81 return toomany(ms, "notes", ms->elf_notes_max);