search for: elfosabi_sysv

Displaying 5 results from an estimated 5 matches for "elfosabi_sysv".

2012 Nov 20
3
[LLVMdev] Does LLVM sign ARM ELFs?
...read through "ELF for the ARM Architecture" and my best guess has been to inspect .ARM.attributes in the elf-dump's section data, but both LLVM and GCC use "aeabi" for the vendor name. I've found several ways to distinguish the two (such as a magic number where GCC uses ELFOSABI_SYSV and LLVM uses ELFOSABI_LINUX), but hoping for something more reliable, like a toolchain signature. Is there anything like that? Thanks, Greg
2012 Nov 20
0
[LLVMdev] Does LLVM sign ARM ELFs?
..."gnu", "WRS", etc). Amara, Maybe another thing to add to your attributes patch, adding some vendor specific info to it (like clang/version, llvm/version, integrated-as, etc)? > I've found several ways to distinguish the two (such as a magic number > where GCC uses ELFOSABI_SYSV and LLVM uses ELFOSABI_LINUX), but hoping > for something more reliable, like a toolchain signature. I wouldn't rely on that. I'm not sure what's your objective, but in the past when I had to test separate binaries generated from integrated-as and compare to GAS generated objects I...
2012 Nov 20
3
[LLVMdev] Does LLVM sign ARM ELFs?
...; > Amara, > > Maybe another thing to add to your attributes patch, adding some > vendor specific info to it (like clang/version, llvm/version, > integrated-as, etc)? > > >> I've found several ways to distinguish the two (such as a magic number >> where GCC uses ELFOSABI_SYSV and LLVM uses ELFOSABI_LINUX), but hoping >> for something more reliable, like a toolchain signature. > > I wouldn't rely on that. > > I'm not sure what's your objective, but in the past when I had to test > separate binaries generated from integrated-as and compare...
2009 Jan 14
5
[PATCH] Support cross-bitness guest when core-dumping
This patch allows core-dumping to work on a cross-bit host/guest configuration, whereas previously that was not supported. It supports both PV and FV guests. The core file format generated by the host, needs to match that of the guest, so an alignment issue is addressed, along with the p2m frame list handling being done according to the guest size. Signed-off-by: Bruce Rogers
2007 Jan 18
13
[PATCH 0/5] dump-core take 2:
The following dump-core patches changes its format into ELF, adds PFN-GMFN table, HVM support, and adds experimental IA64 support. - ELF format Program header and note section are adopted. - HVM domain support To know the memory area to dump, XENMEM_set_memory_map is added. XENMEM_memory_map hypercall is for current domain, so new one is created. and hvm domain builder tell xen its