Searched refs:fill_note (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | elfload.c | 2159 static void *fill_note(void **pptr, int type, const char *name, size_t datasz) in fill_note() function 2526 dptr = fill_note(&hptr, NT_AUXV, "CORE", ts->info->auxv_len); in elf_core_dump() 2529 dptr = fill_note(&hptr, NT_PRPSINFO, "CORE", in elf_core_dump() 2534 dptr = fill_note(&hptr, NT_PRSTATUS, "CORE", in elf_core_dump()
|