/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
elf-fdpic.h | 21 #include <linux/elf.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
elf-fdpic.h | 21 #include <linux/elf.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
elf-fdpic.h | 21 #include <linux/elf.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
elf-fdpic.h | 21 #include <linux/elf.h>
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
elf-fdpic.h | 21 #include <linux/elf.h>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
symver.d | 2 #name: ELF symbol versioning 5 # some toolchains, eg the mips-elf port will add .reginfo and .ptrd 6 # and the arm-elf toolchain will add $d.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/ |
section0.d | 1 #source: ../../../elf/section0.s 3 #name: elf section0
|
section1.d | 1 #source: ../../../elf/section1.s 3 #name: elf section1
|
section7.d | 1 #source: ../../../elf/section7.s 3 #name: elf section7
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel23b.d | 1 #source: elf-rel23.s 4 #name: MIPS ELF reloc 23 -mabi=n32 -mno-shared 6 .*: * file format elf.*mips.*
|
elf-rel6-n32.d | 2 #name: MIPS ELF reloc 6 n32 4 #source: elf-rel6.s 6 .*: +file format elf.*mips.*
|
elf-rel6-n64.d | 2 #name: MIPS ELF reloc 6 n64 4 #source: elf-rel6.s 6 .*: +file format elf.*mips.*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
err-noexp-cmd1.s | 6 ! { dg-error ".* only valid with SHcompact or SHmedia" "" { target sh64-*-elf* } 0 }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/vax/ |
vax.exp | 27 if { [istarget vax-*-*elf*] || [istarget vax-*-linux-*] } then { 50 if { [istarget vax-*-*elf*] || [istarget vax-*-linux-*] } then { 51 run_dump_test "elf-rel"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-linkonce/ |
zeroehl32.d | 5 #target: cris-*-elf cris-*-linux* i?86-*-elf i?86-*-linux* i?86-*-gnu*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
reloc-3-n32.d | 2 #source: ../../../gas/testsuite/gas/mips/elf-rel6.s 8 .*: file format elf.*mips.*
|
reloc-3.d | 2 #source: ../../../gas/testsuite/gas/mips/elf-rel6.s 6 .*: file format elf.*mips.*
|
/external/elfutils/tests/ |
asm-tst7.c | 39 Elf *elf; local 82 elf = elf_begin (fd, ELF_C_READ, NULL); 83 if (elf == NULL) 85 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 89 if (elf_kind (elf) != ELF_K_ELF) 91 puts ("not a valid ELF file"); 102 scn = elf_getscn (elf, cnt); 123 / gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT)); 171 elf_end (elf); [all...] |
asm-tst8.c | 39 Elf *elf; local 83 elf = elf_begin (fd, ELF_C_READ, NULL); 84 if (elf == NULL) 86 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 90 if (elf_kind (elf) != ELF_K_ELF) 92 puts ("not a valid ELF file"); 103 scn = elf_getscn (elf, cnt); 124 / gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT)); 179 elf_end (elf); [all...] |
update1.c | 37 Elf *elf; local 50 elf = elf_begin (fd, ELF_C_WRITE, NULL); 51 if (elf == NULL) 53 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 57 /* Create an ELF header. */ 58 ehdr = elf32_newehdr (elf); 61 printf ("cannot create ELF header: %s\n", elf_errmsg (-1)); 65 /* Print the ELF header values. */ 89 if (elf_update (elf, ELF_C_WRITE) < 0 [all...] |
update4.c | 39 Elf *elf; local 64 elf = elf_begin (fd, ELF_C_WRITE, NULL); 65 if (elf == NULL) 67 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 71 /* Create an ELF header. */ 72 ehdr = elf32_newehdr (elf); 75 printf ("cannot create ELF header: %s\n", elf_errmsg (-1)); 79 /* Print the ELF header values. */ 101 elf_flagehdr (elf, ELF_C_SET, ELF_F_DIRTY) [all...] |
asm-tst1.c | 69 Elf *elf; local 125 elf = elf_begin (fd, ELF_C_READ, NULL); 126 if (elf == NULL) 128 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 132 if (elf_kind (elf) != ELF_K_ELF) 134 puts ("not a valid ELF file"); 139 ehdr = gelf_getehdr (elf, &ehdr_mem); 142 printf ("cannot get ELF header: %s\n", elf_errmsg (-1)); 149 puts ("ELF header does not match") [all...] |
/external/elfutils/backends/ |
ppc64_init.c | 45 ppc64_init (Elf *elf __attribute__ ((unused)), 78 if (elf != NULL) 80 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem); 86 while ((scn = elf_nextscn (elf, scn)) != NULL) 94 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
|
/external/elfutils/src/ |
objdump.c | 1 /* Print information from ELF file in human-readable form. 94 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname, 97 /* Handle ELF file. */ 98 static int handle_elf (Elf *elf, const char *prefix, const char *fname, 257 /* Now get the ELF descriptor. */ 258 Elf *elf = elf_begin (fd, ELF_C_READ_MMAP, NULL); local 259 if (elf != NULL [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-i386.c | 1 /* Intel 80386/80486-specific support for 32-bit ELF 25 #include "elf-bfd.h" 26 #include "elf-nacl.h" 27 #include "elf-vxworks.h" 36 #include "elf/i386.h" 510 /* Functions for the i386 ELF linker. 715 /* i386 ELF linker hash entry. */ 719 struct elf_link_hash_entry elf; 781 /* i386 ELF linker hash table. */ 785 struct elf_link_hash_table elf; 716 struct elf_link_hash_entry elf; member in struct:elf_i386_link_hash_entry 782 struct elf_link_hash_table elf; member in struct:elf_i386_link_hash_table [all...] |