Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/rtld-elf/
HDmap_object.c99 Elf_Addr note_end; in map_object() local
120 note_end = 0; in map_object()
185 note_end = note_start + phdr->p_filesz; in map_object()
329 if (note_start < note_end) in map_object()
330 digest_notes(obj, note_start, note_end); in map_object()
HDrtld.c1690 Elf_Addr note_start, note_end; in digest_phdr() local
1749 note_end = note_start + ph->p_filesz; in digest_phdr()
1750 digest_notes(obj, note_start, note_end); in digest_phdr()
1764 digest_notes(Obj_Entry *obj, Elf_Addr note_start, Elf_Addr note_end) in digest_notes() argument
1770 for (note = (const Elf_Note *)note_start; (Elf_Addr)note < note_end; in digest_notes()
2426 Elf_Addr note_start, note_end; in parse_rtld_phdr() local
2442 note_end = note_start + ph->p_filesz; in parse_rtld_phdr()
2443 digest_notes(obj, note_start, note_end); in parse_rtld_phdr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDTextDiagnosticBuffer.h51 const_iterator note_end() const { return Notes.end(); } in note_end() function
/freebsd-13-stable/sys/kern/
HDimgact_elf.c2711 const Elf_Note *note, *note0, *note_end; in __elfN() local
2737 note_end = (const Elf_Note *)(buf + pnote->p_filesz); in __elfN()
2741 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()
2745 for (i = 0; i < MAX_NOTES_LOOP && note >= note0 && note < note_end; in __elfN()
2751 if ((const char *)note_end - (const char *)note < in __elfN()
2762 (const char *)note_end || strncmp(note_vendor, in __elfN()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp1028 Buffer.note_begin(), Buffer.note_end(), in CheckResults()
1135 Buffer->note_end(), "note"); in CheckDiagnostics()