reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 e_shnum = section_zero.sh_size; 147 e_shnum = e_shnum_hdr;tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
1364 if (header.e_shnum == 0) 1369 section_headers.resize(header.e_shnum); 1370 if (section_headers.size() != header.e_shnum) 1373 const size_t sh_size = header.e_shnum * header.e_shentsize; 1381 for (idx = 0, offset = 0; idx < header.e_shnum; ++idx) { 2991 s->Printf("e_shnum = 0x%8.8x\n", header.e_shnum);