Searched refs:eh (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c59 elfhdr eh; local
60 if (diread(obj, &eh, sizeof(eh), 0) != ZX_OK) {
61 printf("for_each_note: pread(eh) failed\n");
64 if (memcmp(&eh, ELFMAG, 4) ||
65 (eh.e_ehsize != sizeof(elfhdr)) ||
66 (eh.e_phentsize != sizeof(elfphdr))) {
70 size_t sz = sizeof(elfphdr) * eh.e_phnum;
75 if (diread(obj, ph, sz, eh.e_phoff) != ZX_OK) {
76 printf("for_each_note: pread(sz,eh
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A Dcommon.c54 free(edi->eh.data);
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c865 const Ehdr* const eh = &buf.ehdr; local
884 if (l < sizeof *eh || eh->e_type != ET_DYN)
886 phsize = eh->e_phentsize * eh->e_phnum;
889 if (eh->e_phoff + phsize > l) {
890 status = _zx_vmo_read(vmo, buf.phdrs, eh->e_phoff, phsize);
895 ph = ph0 = (void*)((char*)&buf + eh->e_phoff);
899 for (i = eh->e_phnum; i; i--, ph = (void*)((char*)ph + eh
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c34 #include "dwarf-eh.h"
325 ret = unwi_load_as_contents(as, &edi->eh, segbase + peh_hdr->p_vaddr, peh_hdr->p_memsz, edi->arg);
394 hdr = (struct dwarf_eh_frame_hdr *) (edi->eh.data);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind_i.h260 struct as_contents eh; member in struct:as_elf_dyn_info
/fuchsia/zircon/make/
H A Dengine.mk220 --hash-style=gnu --eh-frame-hdr

Completed in 99 milliseconds