Home
last modified time | relevance | path

Searched refs:note_end (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/libexec/rtld-elf/
H A Dmap_object.c93 Elf_Addr note_end; in map_object() local
115 note_end = 0; in map_object()
174 note_end = note_start + phdr->p_filesz; in map_object()
317 if (note_start < note_end) in map_object()
318 digest_notes(obj, note_start, note_end); in map_object()
H A Drtld.c1394 Elf_Addr note_start, note_end; in digest_phdr() local
1453 note_end = note_start + ph->p_filesz; in digest_phdr()
1454 digest_notes(obj, note_start, note_end); in digest_phdr()
1468 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) in digest_notes() argument
1474 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end; in digest_notes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h52 const_iterator note_end() const { return Notes.end(); } in note_end() function
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c2534 const Elf_Note *note, *note0, *note_end; in __elfN() local
2560 note_end = (const Elf_Note *)(buf + pnote->p_filesz); in __elfN()
2564 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()
2568 for (i = 0; i < 100 && note >= note0 && note < note_end; i++) { in __elfN()
2569 if (!aligned(note, Elf32_Addr) || (const char *)note_end - in __elfN()
2579 (const char *)note_end || strncmp(note_vendor, in __elfN()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp854 Buffer.note_begin(), Buffer.note_end(), in CheckResults()
960 Buffer->note_end(), "note"); in CheckDiagnostics()