HomeSort by relevance Sort by last modified time
    Searched refs:must_swab (Results 1 - 2 of 2) sorted by null

  /external/qemu/
elf_ops.h 101 static int glue(load_symbols, SZ)(struct elfhdr *ehdr, int fd, int must_swab)
114 if (must_swab) {
131 if (must_swab)
181 int must_swab, uint64_t *pentry,
193 if (must_swab) {
216 glue(load_symbols, SZ)(&ehdr, fd, must_swab);
225 if (must_swab) {
loader.c 310 int fd, data_order, host_data_order, must_swab, ret; local
330 must_swab = data_order != e_ident[EI_DATA];
342 ret = load_elf64(fd, address_offset, must_swab, pentry,
345 ret = load_elf32(fd, address_offset, must_swab, pentry,

Completed in 77 milliseconds