Home
last modified time | relevance | path

Searched defs:ElfW (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp868 const ElfW(Phdr) *pText = nullptr; in DlPhdrCb() local
869 const ElfW(Phdr) *pDynamic = nullptr; in DlPhdrCb() local
871 const ElfW(Phdr) *pArmExidx = nullptr; in DlPhdrCb() local
873 const ElfW(Phdr) *pEhHdr = nullptr; in DlPhdrCb() local
875 const ElfW(Phdr) *phdr = info->dlpi_phdr; in DlPhdrCb() local
H A Dunwinder.cpp1406 const ElfW(Phdr) *phdr = info->dlpi_phdr; in DlPhdrCallback() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h51 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type) macro