HomeSort by relevance Sort by last modified time
    Searched refs:elf (Results 276 - 300 of 597) sorted by null

<<11121314151617181920>>

  /external/dropbear/libtommath/etc/
makefile 27 #make tune86 for linux or any ELF format
29 nasm -f elf -DUSE_ELF timer.asm
  /external/elfutils/backends/
ppc_corenote.c 30 #include <elf.h>
i386_corenote.c 30 #include <elf.h>
  /external/elfutils/libdwfl/
elf-from-memory.c 1 /* Reconstruct an ELF file by reading the segments out of remote memory.
62 /* Reconstruct an ELF file by reading the segments out of remote memory
63 based on the ELF file header at EHDR_VMA and the ELF program headers it
74 Elf *
357 Elf *elf = elf_memory ((char *) buffer, contents_size); local
358 if (elf == NULL)
364 elf->flags |= ELF_F_MALLOCED;
367 return elf;
    [all...]
dwfl_module_addrsym.c 77 while ((scn = elf_nextscn (mod->symfile->elf, scn)) != NULL)
link_map.c 218 if (likely (mod->e_type != ET_REL) && mod->main.elf != NULL)
221 vaddr - mod->main.bias, minread, mod->main.elf);
404 && mod->main.elf == NULL
454 if (unlikely (gelf_getehdr (mod->main.elf, &ehdr) == NULL))
484 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem);
539 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, phdr->p_offset,
543 const size_t entsize = gelf_fsize (mod->main.elf,
619 if (mod->main.elf != NULL)
653 const Elf##NN##_auxv_t *av = auxv; \
656 Elf##NN##_Addr val = BL##NN (av[i].a_un.a_val);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 70 my $elf=1; $elf=0 if (!$gas);
82 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
86 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
96 $elf=0;
154 } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") {
408 $self->{value} =~ s/\@PLT// if (!$elf);
491 } elsif (!$elf && $dir =~ /\.type/)
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 70 my $elf=1; $elf=0 if (!$gas);
82 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
86 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
87 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
88 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
96 $elf=0;
154 } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") {
408 $self->{value} =~ s/\@PLT// if (!$elf);
491 } elsif (!$elf && $dir =~ /\.type/)
    [all...]
  /external/qemu/elff/
dwarf_cu.h 15 * unit in the .debug_info section of the mapped ELF file.
40 * the .debug_line section of the ELF file. */
107 * elf - Instance of ElfFile containing this compilation unit.
109 explicit DwarfCU(ElfFile* elf);
116 * elf - Instance of ElfFile containing this compilation unit.
118 * section of the ELF file. Actual data addressed by this pointer
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
129 * attr - Attribute list inside the mapped .debug_info section of the ELF
132 * mapped .debug_info section of the ELF file.
136 * of the ELF file.
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 15 * unit in the .debug_info section of the mapped ELF file.
40 * the .debug_line section of the ELF file. */
107 * elf - Instance of ElfFile containing this compilation unit.
109 explicit DwarfCU(ElfFile* elf);
116 * elf - Instance of ElfFile containing this compilation unit.
118 * section of the ELF file. Actual data addressed by this pointer
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
129 * attr - Attribute list inside the mapped .debug_info section of the ELF
132 * mapped .debug_info section of the ELF file.
136 * of the ELF file
    [all...]
  /bionic/libc/bionic/
libc_init_common.cpp 33 #include <elf.h>
  /bionic/libc/kernel/common/linux/
module.h 30 #include <linux/elf.h>
  /bionic/linker/
linker.h 34 #include <elf.h>
161 // When you read a virtual address from the ELF file, add this
  /development/ndk/platforms/android-3/include/linux/
module.h 22 #include <linux/elf.h>
  /external/chromium_org/third_party/icu/source/tools/genccode/
genccode.c 38 # include <elf.h>
42 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
129 "\t ELF format defaults to i386. Windows defaults to the native platform.\n");
  /external/elfutils/libasm/
libasm.h 69 corresponds to an EM_ constant from <elf.h>, KLASS specifies the
162 /* Return ELF descriptor created for the output file of the given context. */
163 extern Elf *asm_getelf (AsmCtx_t *ctx);
178 extern DisasmCtx_t *disasm_begin (Ebl *ebl, Elf *elf, DisasmGetSymCB_t symcb);
  /external/icu4c/tools/genccode/
genccode.c 38 # include <elf.h>
42 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
125 "\t ELF format defaults to i386. Windows defaults to the native platform.\n");
  /external/pixman/pixman/
pixman-arm.c 126 #elif defined (__linux__) /* linux ELF */
134 #include <elf.h>
187 #endif /* Linux elf */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 2 loaded ELF shared objects.
25 #include <elf.h>
29 /* We use this macro to refer to ELF types independent of the native wordsize.
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 2 loaded ELF shared objects.
25 #include <elf.h>
29 /* We use this macro to refer to ELF types independent of the native wordsize.
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 2 loaded ELF shared objects.
25 #include <elf.h>
29 /* We use this macro to refer to ELF types independent of the native wordsize.
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
module.h 22 #include <linux/elf.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
module.h 22 #include <linux/elf.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
module.h 22 #include <linux/elf.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
module.h 22 #include <linux/elf.h>

Completed in 2077 milliseconds

<<11121314151617181920>>