Searched refs:note_end (Results 1 – 5 of 5) sorted by relevance
| /freebsd/libexec/rtld-elf/ |
| H A D | map_object.c | 94 Elf_Addr note_end; in map_object() local 113 note_end = 0; in map_object() 179 note_end = note_start + phdr->p_filesz; in map_object() 339 if (note_start < note_end) in map_object() 340 digest_notes(obj, note_start, note_end); in map_object()
|
| H A D | rtld.c | 1688 Elf_Addr note_start, note_end; in digest_phdr() local 1743 note_end = note_start + ph->p_filesz; in digest_phdr() 1744 digest_notes(obj, note_start, note_end); in digest_phdr() 1758 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) in digest_notes() argument 1764 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end; in digest_notes() 2431 Elf_Addr note_start, note_end; in parse_rtld_phdr() local 2451 note_end = note_start + ph->p_filesz; in parse_rtld_phdr() 2452 digest_notes(obj, note_start, note_end); in parse_rtld_phdr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | TextDiagnosticBuffer.h | 51 const_iterator note_end() const { return Notes.end(); } in note_end() function
|
| /freebsd/sys/kern/ |
| H A D | imgact_elf.c | 2823 const Elf_Note *note, *note0, *note_end; in __elfN() 2849 note_end = (const Elf_Note *)(buf + pnote->p_filesz); in __elfN() 2853 note_end = (const Elf_Note *)(imgp->image_header + in __elfN() 2857 for (i = 0; i < MAX_NOTES_LOOP && note >= note0 && note < note_end; in __elfN() 2863 if ((const char *)note_end - (const char *)note < in __elfN() 2874 note->n_descsz > (const char *)note_end || in __elfN() 2824 const Elf_Note *note, *note0, *note_end; __elfN() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 1041 Buffer.note_begin(), Buffer.note_end(), in CheckResults() 1148 Buffer->note_end(), "note"); in CheckDiagnostics()
|