reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
271 for (unsigned i = 0; i != phnum; ++i) { 271 for (unsigned i = 0; i != phnum; ++i) { 272 if (phdr[i].p_type != PT_NOTE) 274 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); 275 const char *nend = note + phdr[i].p_memsz;