Searched refs:hdr (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_cu.cc | 37 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()
|
D | dwarf_cu.h | 125 static DwarfCU* create_instance(ElfFile* elf, const void* hdr); 335 DwarfCUImpl(ElfFile* elf, const Dwarf_CUHdr* hdr);
|
/ndk/tests/device/issue38121/jni/ |
D | Android.mk | 7 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
|
/ndk/tests/device/static-executable/jni/ |
D | Android.mk | 16 LOCAL_LDFLAGS += -Wl,--eh-frame-hdr
|
/ndk/tests/device/clone/jni/ |
D | Android.mk | 11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
|
/ndk/tests/device/test-wait/jni/ |
D | Android.mk | 11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | alloca.c | 133 typedef union hdr union 138 union hdr *next; /* For chaining headers. */
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 151 typedef union hdr union 156 union hdr *next; /* For chaining headers. */
|
D | arscan.c | 724 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/ |
D | Makefile.in | 639 distclean-hdr: 967 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 1022 distclean distclean-generic distclean-hdr distclean-tags \
|
/ndk/docs/text/ |
D | CHANGES.text | 291 …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.
|