HomeSort by relevance Sort by last modified time
    Searched refs:elf (Results 201 - 225 of 317) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/bionic/
libc_init_common.c 33 #include <elf.h>
  /external/elfutils/libasm/
asm_newscngrp.c 66 result->scn = elf_newscn (ctx->out.elf);
libasmP.h 68 /* The ELF section. */
133 /* ELF descriptor of the temporary file. */
134 Elf *elf; member in union:AsmCtx::__anon3555
204 /* The ELF section. */
  /external/elfutils/libebl/
arm_symbol.c 19 #include <elf.h>
sparc_symbol.c 19 #include <elf.h>
ia64_symbol.c 19 #include <elf.h>
eblcorenote.c 33 int class = gelf_getclass (ebl->elf);
i386_corenote.c 19 #include <elf.h>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
elf.h 2 For ARM with ELF obj format.
25 #error elf.h included before elfos.h
112 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
141 /* The ELF assembler handles GOT addressing differently to NetBSD. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
elf.h 2 For ARM with ELF obj format.
25 #error elf.h included before elfos.h
112 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
141 /* The ELF assembler handles GOT addressing differently to NetBSD. */
  /build/tools/apriori/
main.c 5 3. fix the determination of the host and ELF-file endianness
13 #include <elf.h>
32 static void print_dynamic_symbols(Elf *elf, const char *symtab_name);
93 ERROR("You must specify at least one input ELF file!\n");
174 /* Check to see whether the ELF library is current. */
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 72 %ifidn __OUTPUT_FORMAT__,elf
x86_main.asm 73 %ifidn __OUTPUT_FORMAT__,elf
  /external/dropbear/libtommath/etc/
makefile 27 #make tune86 for linux or any ELF format
29 nasm -f elf -DUSE_ELF timer.asm
  /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...]
  /external/elfutils/src/
ldgeneric.c 93 bits) in 32- and 64-bit ELF. */
590 if (elf_getshnum (fileinfo->elf, &shnum) < 0)
598 scnname = elf_strptr (fileinfo->elf,
630 scnname = elf_strptr (oldfile->elf,
782 elf_strptr (fileinfo->elf, fileinfo->shstrndx,
827 elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name));
834 elf_strptr (fileinfo->elf, fileinfo->shstrndx,
839 elf_strptr (fileinfo->elf,
930 && strcmp (elf_strptr (fileinfo->elf,
945 search.name = elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name)
2483 Elf *elf = ld_state.outelf = elf_begin (fd, local
    [all...]
ld.h 117 /* This is the ELF library handle for this file. */
118 Elf *elf; member in struct:usedfiles
120 /* The ELF header. */
130 separate field and not the e_shstrndx field in the ELF header
238 return (elf_kind (file->elf) == ELF_K_ELF
245 return (elf_kind (file->elf) == ELF_K_ELF
252 return elf_kind (file->elf) == ELF_K_AR;
323 create as much of the ELF structure as possible. */
710 /* ELF backend library handle. *
    [all...]
  /bionic/libc/kernel/common/linux/
module.h 22 #include <linux/elf.h>
  /bionic/linker/
linker.h 34 #include <linux/elf.h>
  /development/ndk/platforms/android-3/include/linux/
module.h 22 #include <linux/elf.h>
  /external/chromium/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/libelf/
Makefile.am 42 euinclude_HEADERS = elf-knowledge.h
123 noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \
  /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. */
129 "\t ELF format defaults to i386. Windows defaults to the native platform.\n");
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.cpp 38 #include <elf.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
module.h 22 #include <linux/elf.h>

Completed in 321 milliseconds

1 2 3 4 5 6 7 891011>>