Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.cc37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) { in create_instance() argument
41 if (*reinterpret_cast<const Elf_Word*>(hdr) == 0xFFFFFFFF) { in create_instance()
43 (elf, reinterpret_cast<const Dwarf64_CUHdr*>(hdr)); in create_instance()
46 (elf, reinterpret_cast<const Dwarf32_CUHdr*>(hdr)); in create_instance()
298 const Dwarf_CUHdr* hdr) in DwarfCUImpl() argument
300 cu_header_(hdr) { in DwarfCUImpl()
305 elf->pull_val(hdr->abbrev_offset))); in DwarfCUImpl()
308 cu_size_ = elf->pull_val(hdr->size_hdr.size); in DwarfCUImpl()
309 version_ = elf->pull_val(hdr->version); in DwarfCUImpl()
310 addr_sizeof_ = hdr->address_size; in DwarfCUImpl()
Ddwarf_cu.h125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr);
335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
/ndk/tests/device/static-executable/jni/
DAndroid.mk16 LOCAL_LDFLAGS += -Wl,--eh-frame-hdr
/ndk/tests/device/issue38121/jni/
DAndroid.mk7 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
/ndk/tests/device/clone/jni/
DAndroid.mk11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
/ndk/tests/device/test-wait/jni/
DAndroid.mk11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c133 typedef union hdr union
138 union hdr *next; /* For chaining headers. */
/ndk/sources/host-tools/make-3.81/
Dalloca.c151 typedef union hdr union
156 union hdr *next; /* For chaining headers. */
Darscan.c724 struct ar_hdr hdr; in ar_name_equal()
726 return strneq (name, mem, sizeof(hdr.ar_name) - 1); in ar_name_equal()
728 return strneq (name, mem, sizeof(hdr.ar_name) - 2); in ar_name_equal()
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.in639 distclean-hdr:
967 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1022 distclean distclean-generic distclean-hdr distclean-tags \
/ndk/docs/text/
DCHANGES.text291 …d mclinker to allow mulitple occurrences of the following options: -gc-sections and --eh-frame-hdr.
305 - Fixed GCC 4.6/4.7/4.8 to pass linker option --eh-frame-hdr even for
422 "ld.mcld --eh-frame-hdr" fail very often.