HomeSort by relevance Sort by last modified time
    Searched refs:elf (Results 251 - 275 of 1543) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
elf-fdpic.h 21 #include <linux/elf.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
elf-fdpic.h 21 #include <linux/elf.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
elf-fdpic.h 21 #include <linux/elf.h>
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
elf-fdpic.h 21 #include <linux/elf.h>
  /system/core/libunwindstack/
MapInfo.h 25 class Elf;
34 Elf* elf = nullptr; member in struct:MapInfo
36 // no elf signature found at that offset. This indicates that the
Regs.h 25 class Elf;
53 virtual uint64_t GetRelPc(Elf* elf, const MapInfo* map_info) = 0;
55 virtual uint64_t GetAdjustedPc(uint64_t rel_pc, Elf* elf) = 0;
75 uint64_t GetRelPc(Elf* elf, const MapInfo* map_info) override;
100 uint64_t GetAdjustedPc(uint64_t rel_pc, Elf* elf) override;
108 uint64_t GetAdjustedPc(uint64_t rel_pc, Elf* elf) override
    [all...]
  /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...]
  /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/syslinux/com32/elflink/ldlinux/
Makefile 14 include $(MAKEDIR)/elf.mk
26 %.e$(BITS): %.elf
28 SONAME = $(patsubst %.elf,%.e$(BITS),$(@F))
30 SONAME = $(patsubst %.elf,%.c32,$(@F))
35 ldlinux.elf : $(OBJS)
  /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...]

Completed in 2329 milliseconds

<<11121314151617181920>>