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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h40 const_iterator note_end() const { return Notes.end(); } function in class:clang::TextDiagnosticBuffer
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp73 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it)
H A DVerifyDiagnosticConsumer.cpp710 Buffer.note_begin(), Buffer.note_end());
810 Buffer->note_end(), "note"));
/freebsd-10.0-release/libexec/rtld-elf/
H A Dmap_object.c89 Elf_Addr note_end; local
109 note_end = 0;
155 note_end = note_start + phdr->p_filesz;
293 if (note_start < note_end)
294 digest_notes(obj, note_start, note_end);
H A Drtld.c1229 Elf_Addr note_start, note_end; local
1288 note_end = note_start + ph->p_filesz;
1289 digest_notes(obj, note_start, note_end);
1303 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) argument
1309 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp429 diag_iterator != diag_buf->note_end();
/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c1973 const Elf_Note *note, *note0, *note_end; local
1982 note_end = (const Elf_Note *)(imgp->image_header +
1984 for (i = 0; i < 100 && note >= note0 && note < note_end; i++) {
1985 if (!aligned(note, Elf32_Addr) || (const char *)note_end -
1994 (const char *)note_end || strncmp(checknote->vendor,

Completed in 96 milliseconds