reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
275 const char *nend = note + phdr[i].p_memsz; 276 while (note < nend) { 277 auto *nhdr = reinterpret_cast<const ElfW(Nhdr) *>(note); 278 const char *name = note + sizeof(ElfW(Nhdr)); 282 note = desc + RoundUpTo(nhdr->n_descsz, 4); 292 note + global_note->begin_relptr); 294 note + global_note->end_relptr);