Home
last modified time | relevance | path

Searched refs:Elf_Note (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/lib/libelf/
H A D_libelf_config.h146 #define Elf_Note Elf32_Nhdr macro
151 #define Elf_Note Elf64_Nhdr macro
188 #define Elf_Note Elf32_Nhdr macro
190 #define Elf_Note Elf64_Nhdr macro
H A Dlibelf_convert.m4917 * Elf_Note structures comprise a fixed size header followed by variable
929 Elf_Note *en;
957 en = (Elf_Note *) (uintptr_t) dst;
962 dsz -= sizeof(Elf_Note);
963 dst += sizeof(Elf_Note);
992 Elf_Note *en;
1003 while (count > sizeof(Elf_Note)) {
1005 en = (Elf_Note *) (uintptr_t) src;
1023 src += sizeof(Elf_Note);
1024 count -= sizeof(Elf_Note);
/openbsd-src/sys/kern/
H A Dexec_elf.c100 int elf_os_pt_note_name(Elf_Note *);
1039 elf_os_pt_note_name(Elf_Note *np) in elf_os_pt_note_name()
1065 Elf_Note *np = NULL; in elf_os_pt_note()
1100 Elf_Note *np2 = (Elf_Note *)((char *)np + offset); in elf_os_pt_note()
1102 if (offset + sizeof(Elf_Note) > ph->p_filesz) in elf_os_pt_note()
1104 total = sizeof(Elf_Note) + elfround(np2->namesz) + in elf_os_pt_note()
1149 int coredump_writenote_elf(struct proc *, void *, Elf_Note *,
1410 Elf_Note nhdr; in coredump_notes_elf()
1540 Elf_Note nhd in coredump_note_elf()
[all...]
/openbsd-src/sys/sys/
H A Dexec_elf.h772 #define Elf_Note Elf32_Note
800 #define Elf_Note Elf64_Note
774 #define Elf_Note global() macro
802 #define Elf_Note global() macro
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp877 using Elf_Note = typename ELFT::Note; in readAndFeatures() typedef
891 Elf_Note note(*nhdr); in readAndFeatures()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h130 using Elf_Note = typename ELFT::Note; \
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1236 Elf_Note Note(*Header); in dumpNoteSection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5775 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()
7267 auto ProcessNote = [&](const Elf_Note &Note, bool IsCore) -> Error { in printNotes()