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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h51 const_iterator note_end() const { return Notes.end(); } function in class:clang::TextDiagnosticBuffer
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c99 Elf_Addr note_end; local
119 note_end = 0;
177 note_end = note_start + phdr->p_filesz;
321 if (note_start < note_end)
322 digest_notes(obj, note_start, note_end);
H A Drtld.c1440 Elf_Addr note_start, note_end; local
1499 note_end = note_start + ph->p_filesz;
1500 digest_notes(obj, note_start, note_end);
1514 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) argument
1520 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end;
2122 Elf_Addr note_start, note_end; local
2138 note_end = note_start + ph->p_filesz;
2139 digest_notes(obj, note_start, note_end);
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c2337 const Elf_Note *note, *note0, *note_end; local
2360 note_end = (const Elf_Note *)(buf + pnote->p_filesz);
2364 note_end = (const Elf_Note *)(imgp->image_header +
2368 for (i = 0; i < 100 && note >= note0 && note < note_end; i++) {
2369 if (!aligned(note, Elf32_Addr) || (const char *)note_end -
2379 (const char *)note_end || strncmp(note_vendor,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp998 Buffer.note_begin(), Buffer.note_end(),
1104 Buffer->note_end(), "note");

Completed in 132 milliseconds