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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf-fdpic.h 0 /* elf-fdpic.h: FDPIC ELF load map
15 #include <linux/elf.h>
19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
38 struct elfhdr hdr; /* ref copy of ELF header */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf-fdpic.h 0 /* elf-fdpic.h: FDPIC ELF load map
15 #include <linux/elf.h>
19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
38 struct elfhdr hdr; /* ref copy of ELF header */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf-fdpic.h 0 /* elf-fdpic.h: FDPIC ELF load map
15 #include <linux/elf.h>
19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
38 struct elfhdr hdr; /* ref copy of ELF header */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
  /external/elfutils/backends/
sparc_symbol.c 31 #include <elf.h>
85 while ((scn = elf_nextscn (ebl->elf, scn)) != NULL)
  /external/elfutils/libasm/
asm_addint8.c 78 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA]
92 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA]
libasmP.h 81 /* The ELF section. */
146 /* ELF descriptor of the temporary file. */
147 Elf *elf; member in union:AsmCtx::__anon18060
217 /* The ELF section. */
245 /* ELF file containing all the data passed to the function. This
247 Elf *elf; member in struct:DisasmCtx
  /external/elfutils/libdwfl/
derelocate.c 97 if (unlikely (elf_getshstrndx (mod->main.elf, &shstrndx) < 0))
106 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL)
116 if (__libdwfl_relocate_value (mod, mod->main.elf, &shstrndx,
127 const char *name = elf_strptr (mod->main.elf, shstrndx,
151 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info);
197 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL)
207 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info);
397 Dwfl_Error result = __libdwfl_relocate_section (mod, mod->main.elf,
libdwflP.h 86 DWFL_ERROR (NO_PHDR, N_("No ELF program headers")) \
91 DWFL_ERROR (ALREADY_ELF, N_("ELF file opened")) \
92 DWFL_ERROR (BADELF, N_("not a valid ELF file")) \
138 Elf *elf; member in struct:dwfl_file
164 Elf_Data *symdata; /* Data in the ELF symbol table section. */
246 ELF_C_RDWR_MMAP if you intend to modify the Elf file on disk). After
250 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
255 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
263 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf
    [all...]
  /external/e2fsprogs/lib/
Makefile.elf-lib 2 # This is a Makefile stub which handles the creation of Linux ELF shared
36 installdirs-elf-lib::
41 installdirs:: installdirs-elf-lib
43 install-shlibs install:: $(ELF_LIB) installdirs-elf-lib
44 $(E) " INSTALL-ELF-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
  /external/qemu/elff/
dwarf_cu.cc 15 * unit in the .debug_info section of the mapped ELF file.
24 DwarfCU::DwarfCU(ElfFile* elf)
25 : elf_file_(elf),
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) {
42 ret = new(elf) DwarfCUImpl<Dwarf64_CUHdr, Dwarf64_Off>
43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr));
45 ret = new(elf) DwarfCUImpl<Dwarf32_CUHdr, Dwarf32_Off>
46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr));
297 DwarfCUImpl<Dwarf_CUHdr, Dwarf_Off>::DwarfCUImpl(ElfFile* elf,
299 : DwarfCU(elf),
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 15 * unit in the .debug_info section of the mapped ELF file.
24 DwarfCU::DwarfCU(ElfFile* elf)
25 : elf_file_(elf),
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) {
42 ret = new(elf) DwarfCUImpl<Dwarf64_CUHdr, Dwarf64_Off>
43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr));
45 ret = new(elf) DwarfCUImpl<Dwarf32_CUHdr, Dwarf32_Off>
46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr));
297 DwarfCUImpl<Dwarf_CUHdr, Dwarf_Off>::DwarfCUImpl(ElfFile* elf,
299 : DwarfCU(elf),
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86gas.pl 123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
130 if (!defined($com_start) or $::elf)
131 { # Regarding $::elf above...
133 push(@out,"\n"); # so we just skip ELF comments...
162 elsif ($::elf) { push (@out,"$tmp,4\n"); }
185 if (($::pic && ($::elf || $::aout)) || $::macosx)
218 elsif ($::elf)
x86asm.pl 221 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
222 if (($type eq "elf"))
223 { $elf=1; require "x86gas.pl"; }
239 { $elf=1; $android=1; require "x86gas.pl"; }
243 elf - Linux, FreeBSD, Solaris x86, etc.
  /external/elfutils/src/
arlib.c 208 /* Add symbols from ELF with value OFFSET to the symbol table SYMTAB. */
210 arlib_add_symbols (Elf *elf, const char *arfname, const char *membername,
218 /* We only add symbol tables for ELF files. It makes not much sense
222 if (elf_kind (elf) != ELF_K_ELF)
226 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
228 error (EXIT_FAILURE, 0, gettext ("cannot read ELF header of %s(%s): %s"),
242 while ((scn = elf_nextscn (elf, scn)) != NULL)
270 const char *symname = elf_strptr (elf, shdr->sh_link, sym->st_name);
strip.c 51 #include <elf-knowledge.h>
88 N_("Relax a few rules to handle slightly broken ELF files"), 0 },
111 /* Handle one ELF file. */
112 static int handle_elf (int fd, Elf *elf, const char *prefix,
116 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
142 /* If true relax some ELF rules for input files. */
333 /* Now get the ELF descriptor. */
334 Elf *elf = elf_begin (fd, output_fname == NULL ? ELF_C_RDWR : ELF_C_READ local
    [all...]
  /external/openssl/crypto/perlasm/
x86gas.pl 123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
130 if (!defined($com_start) or $::elf)
131 { # Regarding $::elf above...
133 push(@out,"\n"); # so we just skip ELF comments...
162 elsif ($::elf) { push (@out,"$tmp,4\n"); }
185 if (($::pic && ($::elf || $::aout)) || $::macosx)
218 elsif ($::elf)
x86asm.pl 221 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
222 if (($type eq "elf"))
223 { $elf=1; require "x86gas.pl"; }
239 { $elf=1; $android=1; require "x86gas.pl"; }
243 elf - Linux, FreeBSD, Solaris x86, etc.
  /external/chromium_org/build/android/gyp/
write_ordered_libraries.py 54 elf = CallReadElf(library_or_executable)
55 return set(_library_re.findall(elf))
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
281 $(srcdir)/modules/objfmts/elf/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
376 bin-objfmt.$(OBJEXT) elf.$(OBJEXT) elf-objfmt.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
281 $(srcdir)/modules/objfmts/elf/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
376 bin-objfmt.$(OBJEXT) elf.$(OBJEXT) elf-objfmt.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
281 $(srcdir)/modules/objfmts/elf/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
376 bin-objfmt.$(OBJEXT) elf.$(OBJEXT) elf-objfmt.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
281 $(srcdir)/modules/objfmts/elf/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
376 bin-objfmt.$(OBJEXT) elf.$(OBJEXT) elf-objfmt.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
281 $(srcdir)/modules/objfmts/elf/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
376 bin-objfmt.$(OBJEXT) elf.$(OBJEXT) elf-objfmt.$(OBJEXT)
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 222 modules/objfmts/elf/tests/elf_test.sh \
223 modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
224 modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
225 modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
281 $(srcdir)/modules/objfmts/elf/Makefile.inc \
282 $(srcdir)/modules/objfmts/elf/tests/Makefile.inc \
283 $(srcdir)/modules/objfmts/elf/tests/amd64/Makefile.inc \
284 $(srcdir)/modules/objfmts/elf/tests/gas32/Makefile.inc \
285 $(srcdir)/modules/objfmts/elf/tests/gas64/Makefile.inc \
376 bin-objfmt.$(OBJEXT) elf.$(OBJEXT) elf-objfmt.$(OBJEXT)
    [all...]
  /external/linux-tools-perf/util/
symbol.c 22 #include <elf.h>
41 static int elf_read_build_id(Elf *elf, void *bf, size_t size);
565 * the original ELF section names vmlinux have.
845 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
852 while ((sec = elf_nextscn(elf, sec)) != NULL) {
856 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
899 Elf *elf; local
1082 Elf *elf; local
1398 Elf *elf; local
    [all...]

Completed in 1057 milliseconds

1 2 3 4 5 6 7 8 91011>>