]> Git Repo - qemu.git/commit
linux-user: ARM-FDPIC: Identify ARM FDPIC binaries
authorChristophe Lyon <[email protected]>
Mon, 30 Apr 2018 08:03:42 +0000 (10:03 +0200)
committerLaurent Vivier <[email protected]>
Thu, 3 May 2018 16:25:29 +0000 (18:25 +0200)
commitcf58affecc67e1b22bdbd3dc90e19ad2d4b1ce3d
tree1488cc7fdd82725dda410598bd1c2ea923ef57d8
parenta99856cd7f30b8c64cfaf97791dc5d462dabad6e
linux-user: ARM-FDPIC: Identify ARM FDPIC binaries

Define an ARM-specific version of elf_is_fdpic:
FDPIC ELF objects are identified with e_ident[EI_OSABI] ==
ELFOSABI_ARM_FDPIC.

Co-Authored-By: Mickaël Guêné <[email protected]>
Signed-off-by: Christophe Lyon <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-Id: <20180430080404[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
include/elf.h
linux-user/elfload.c
This page took 0.021935 seconds and 4 git commands to generate.