Lines Matching defs:note
381 // Backfill .note.gnu.build-id section content. This is done at last
710 // Put .note sections at the beginning so that they are likely to be
711 // included in a truncate core file. In particular, .note.gnu.build-id, if
2423 if (OutputSection *cmd = findSection(ctx, ".note.gnu.property", partNo))
2428 PhdrEntry *note = nullptr;
2433 if (!note || sec->lmaExpr || note->lastSec->addralign != sec->addralign)
2434 note = addHdr(PT_NOTE, PF_R);
2435 note->add(sec);
2437 note = nullptr;