Searched refs:load_symbols (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 396 static void load_symbols(struct elfhdr *hdr, int fd) in load_symbols() function 805 load_symbols(&elf_ex, bprm->fd); in load_elf_binary()
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 107 static void glue(load_symbols, SZ)(struct elfhdr *ehdr, int fd, int must_swab, 394 glue(load_symbols, SZ)(&ehdr, fd, must_swab, clear_lsb, sym_cb);
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2203 static void load_symbols(struct elfhdr *hdr, const ImageSource *src, 3497 load_symbols(ehdr, src, load_bias); in load_elf_image() 3636 static void load_symbols(struct elfhdr *hdr, const ImageSource *src, in load_symbols() function
|