Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 15 of 15) sorted by relevance

/ndk/build/tools/toolchain-patches/binutils/
D0001-Fix-newer-binutils-not-to-assert-on-non-existence-tag_FP_arch.patch1 diff --git a/binutils-2.21/bfd/elf-attrs.c b/binutils-2.21/bfd/elf-attrs.c
3 --- a/binutils-2.21/bfd/elf-attrs.c
4 +++ b/binutils-2.21/bfd/elf-attrs.c
32 diff --git a/binutils-2.21/bfd/elf-bfd.h b/binutils-2.21/bfd/elf-bfd.h
34 --- a/binutils-2.21/bfd/elf-bfd.h
35 +++ b/binutils-2.21/bfd/elf-bfd.h
D0001-Fix-elfxx-mips.c-mipself.em-and-elf.c-with-5-fixes.patch4 Subject: [PATCH] Fix elfxx-mips.c, mipself.em and elf.c with 5 fixes: a.
15 binutils-2.21/bfd/elf.c | 2 ++
20 diff --git a/binutils-2.21/bfd/elf.c b/binutils-2.21/bfd/elf.c
22 --- a/binutils-2.21/bfd/elf.c
23 +++ b/binutils-2.21/bfd/elf.c
D0001-Modify-linker-script-generation-for-MIPS-Android.patch10 binutils-2.21/ld/scripttempl/elf.sc | 54 +++++++++++++++++-----------
17 @@ -6,7 +6,7 @@ SCRIPT_NAME=elf
77 diff --git a/binutils-2.21/ld/scripttempl/elf.sc b/binutils-2.21/ld/scripttempl/elf.sc
79 --- a/binutils-2.21/ld/scripttempl/elf.sc
80 +++ b/binutils-2.21/ld/scripttempl/elf.sc
D0001-Fix-older-binutils-to-ignore-tag_DIV_use.patch94 diff --git a/binutils-2.19/include/elf/arm.h b/binutils-2.19/include/elf/arm.h
96 --- a/binutils-2.19/include/elf/arm.h
97 +++ b/binutils-2.19/include/elf/arm.h
/ndk/build/tools/toolchain-patches/llvm/
D0007-Add-missing-ARM-fixup-kind-for-ARMELFObjectWriter.patch8 test/CodeGen/ARM/fixup-elf.ll | 23 ++++++++++++++++++++
10 create mode 100644 test/CodeGen/ARM/fixup-elf.ll
27 diff --git a/llvm-3.1/test/CodeGen/ARM/fixup-elf.ll b/llvm-3.1/test/CodeGen/ARM/fixup-elf.ll
31 +++ b/llvm-3.1/test/CodeGen/ARM/fixup-elf.ll
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.cc24 DwarfCU::DwarfCU(ElfFile* elf) in DwarfCU() argument
25 : elf_file_(elf), in DwarfCU()
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) { in create_instance() argument
42 ret = new(elf) DwarfCUImpl<Dwarf64_CUHdr, Dwarf64_Off> in create_instance()
43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr)); in create_instance()
45 ret = new(elf) DwarfCUImpl<Dwarf32_CUHdr, Dwarf32_Off> in create_instance()
46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr)); in create_instance()
297 DwarfCUImpl<Dwarf_CUHdr, Dwarf_Off>::DwarfCUImpl(ElfFile* elf, in DwarfCUImpl() argument
299 : DwarfCU(elf), in DwarfCUImpl()
304 (INC_CPTR(elf->get_debug_abbrev_data(), in DwarfCUImpl()
[all …]
Delf_alloc.cc60 void* DwarfAllocBase::operator new(size_t size, const ElfFile* elf) { in operator new() argument
61 return elf->allocator()->alloc(size); in operator new()
Ddwarf_cu.h109 explicit DwarfCU(ElfFile* elf);
125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
Delf_alloc.h129 void* operator new(size_t size, const ElfFile* elf);
/ndk/build/tools/toolchain-patches/gcc/
D0009-Enable-assembler-linker-default-for-security.patch1 diff --git a/gcc-4.4.3/gcc/config/arm/elf.h b/gcc-4.4.3/gcc/config/arm/elf.h
3 --- a/gcc-4.4.3/gcc/config/arm/elf.h
4 +++ b/gcc-4.4.3/gcc/config/arm/elf.h
92 diff --git a/gcc-4.6/gcc/config/arm/elf.h b/gcc-4.6/gcc/config/arm/elf.h
94 --- a/gcc-4.6/gcc/config/arm/elf.h
95 +++ b/gcc-4.6/gcc/config/arm/elf.h
/ndk/build/tools/toolchain-patches/gdb/
D0005-ndk-Enable-gdbserver-7.3.x.patch79 …mios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unist…
80 …mios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unist…
88 +ac_fn_c_check_type "$LINENO" "Elf32_auxv_t" "ac_cv_type_Elf32_auxv_t" "#include <elf.h>
99 +ac_fn_c_check_type "$LINENO" "Elf64_auxv_t" "ac_cv_type_Elf64_auxv_t" "#include <elf.h>
137 +/* Copied from glibc's elf.h. */
152 +/* Copied from glibc's elf.h. */
397 diff --git a/gdb-7.3.x/include/elf/common.h b/gdb-7.3.x/include/elf/common.h
399 --- a/gdb-7.3.x/include/elf/common.h
400 +++ b/gdb-7.3.x/include/elf/common.h
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dconfig.sub974 os=-elf
1449 os=-elf
1452 os=-elf
1492 os=-elf
1495 os=-elf
1498 os=-elf
/ndk/sources/host-tools/make-3.81/config/
Dconfig.sub1411 os=-elf
1414 os=-elf
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0000-CROSS.patch2110 + os=-elf
2123 + os=-elf
2586 + os=-elf
2889 + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
3061 + os=-elf
3064 + os=-elf
3110 + os=-elf
3113 + os=-elf
3116 + os=-elf
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.08205 # uses stabs), but it is still SVR4. We cannot check for <elf.h> because