Home
last modified time | relevance | path

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

/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/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/docs/text/
DCHANGES.text537 > 2. \#include "stdint.h" in elf.h.
806 > 4. Fixed elf.h to contain Elf32_auxv_t and Elf64_auxv_t.
1460 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.552&r2=1.553
/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