/external/qemu-pc-bios/bochs/bios/ |
rombios32.ld | 1 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/ |
x86_gas32_test.sh | 2 ${srcdir}/out_test.sh x86_gas32_test modules/arch/x86/tests/gas32 "x86 gas format" "-f elf32 -p gas" ".o"
|
/external/llvm/test/Object/ |
readobj-elf-versioning.test | 4 RUN: | FileCheck %s -check-prefix ELF32 31 ELF32: DynamicSymbols [ 32 ELF32: Symbol { 33 ELF32: Name: puts@GLIBC_2.0 34 ELF32: Binding: Global 35 ELF32: Type: Function 36 ELF32: Section: (0x0) 37 ELF32: } 38 ELF32: ]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/ |
elf_gas32_test.sh | 2 ${srcdir}/out_test.sh elf_gas32_test modules/objfmts/elf/tests/gas32 "GAS elf-x86 objfmt" "-f elf32 -p gas" ".o"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpthread.so | 4 OUTPUT_FORMAT(elf32-i386)
|
libc.so | 4 OUTPUT_FORMAT(elf32-i386)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpthread.so | 4 OUTPUT_FORMAT(elf32-i386)
|
libc.so | 4 OUTPUT_FORMAT(elf32-i386)
|
/external/llvm/test/tools/llvm-readobj/ |
file-headers.test | 8 RUN: | FileCheck %s -check-prefix ELF32 42 ELF32: File: {{(.*[/\\])?}}trivial.obj.elf-i386 43 ELF32-NEXT: Format: ELF32-i386 44 ELF32-NEXT: Arch: i386 45 ELF32-NEXT: AddressSize: 32bit 46 ELF32-NEXT: LoadName: 47 ELF32-NEXT: ElfHeader { 48 ELF32-NEXT: Ident { 49 ELF32-NEXT: Magic: (7F 45 4C 46 [all...] |
/external/oprofile/m4/ |
cellspubfdsupport.m4 | 6 # version of bfd_openr_iovec that supports the elf32-spu target. 25 [[struct bfd *nbfd = bfd_openr_iovec("some-file", "elf32-spu", 48 AC_ERROR([BFD library does not support elf32-spu target; SPU profiling is unsupported])
|
/external/elfutils/libelf/ |
elf_getshstrndx.c | 85 of `elf32' and `elf64'. */ 87 == offsetof (struct Elf, state.elf32.ehdr)); 89 == sizeof (elf->state.elf32.ehdr)); 105 ? elf->state.elf32.ehdr->e_shstrndx 117 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) 119 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; 123 offset = elf->state.elf32.ehdr->e_shoff; 126 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA 148 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
|
elf_begin.c | 307 elf->state.elf32.scns.cnt = elf->state.elf32.scns.max = scncnt; 319 elf->state.elf32.ehdr = ehdr; 320 elf->state.elf32.shdr 325 elf->state.elf32.phdr 330 elf->state.elf32.scns.data[cnt].index = cnt; 331 elf->state.elf32.scns.data[cnt].elf = elf; 332 elf->state.elf32.scns.data[cnt].shdr.e32 = 333 &elf->state.elf32.shdr[cnt]; 334 elf->state.elf32.scns.data[cnt].rawdata_base [all...] |
elf_end.c | 140 || (offsetof (struct Elf, state.elf32.rawchunks) 142 ? elf->state.elf32.rawchunks 154 || (offsetof (struct Elf, state.elf32.scns) 156 ? &elf->state.elf32.scns 205 || (offsetof (struct Elf, state.elf32.scns) 207 ? &elf->state.elf32.scns 217 || (offsetof (struct Elf, state.elf32.shdr) 219 ? (void *) elf->state.elf32.shdr 225 || (offsetof (struct Elf, state.elf32.phdr) 227 ? (void *) elf->state.elf32.phd [all...] |
elf_clone.c | 79 elf->state.elf32.scns.max * sizeof (Elf_Scn)); 89 assert (offsetof (struct Elf, state.elf32.scns) 91 retval->state.elf.scns_last = &retval->state.elf32.scns; 92 retval->state.elf32.scns.max = elf->state.elf32.scns.max;
|
/external/qemu/ |
disas.h | 32 struct elf32_sym *elf32; member in union:syminfo::__anon24861
|
arm.ld | 1 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", 2 "elf32-littlearm") 46 /* .gnu.warning sections are handled specially by elf32.em. */
|
i386-vl.ld | 4 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 49 /* .gnu.warning sections are handled specially by elf32.em. */
|
i386.ld | 4 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 60 /* .gnu.warning sections are handled specially by elf32.em. */
|
sparc.ld | 1 OUTPUT_FORMAT("elf32-sparc", "elf32-sparc", 2 "elf32-sparc") 46 /* .gnu.warning sections are handled specially by elf32.em. */
|
/external/llvm/test/CodeGen/R600/ |
elf.ll | 4 ; ELF-CHECK: Format: ELF32
|
elf.r600.ll | 4 ; ELF-CHECK: Format: ELF32
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/ |
elf_i386.xr | 2 OUTPUT_FORMAT("elf32-i386", "elf32-i386", 3 "elf32-i386") 46 /* .gnu.warning sections are handled specially by elf32.em. */
|
elf_i386.xu | 2 OUTPUT_FORMAT("elf32-i386", "elf32-i386", 3 "elf32-i386") 46 /* .gnu.warning sections are handled specially by elf32.em. */
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/ |
elf32_x86_64.xr | 2 OUTPUT_FORMAT("elf32-x86-64", "elf32-x86-64", 3 "elf32-x86-64") 49 /* .gnu.warning sections are handled specially by elf32.em. */
|
elf32_x86_64.xu | 2 OUTPUT_FORMAT("elf32-x86-64", "elf32-x86-64", 3 "elf32-x86-64") 49 /* .gnu.warning sections are handled specially by elf32.em. */
|