Home | History | Annotate | Download | only in Object

Lines Matching defs:e_shnum

279     Elf_Half e_shnum;    // Number of entries in the section header table
1270 if (Header->e_shnum == ELF::SHN_UNDEF)
1272 return Header->e_shnum;
1278 if (Header->e_shnum == ELF::SHN_UNDEF) {