Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h153 Elf32_Word p_type; // Segment type member
164 Elf64_Word p_type; // Segment type member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp123 switch (phdr.p_type) { in ParseProgramHeaders()
H A Ddfx_elf.cpp878 switch (phdr->p_type) { in DlPhdrCb()
H A Dunwinder.cpp1409 if (phdr->p_type == PT_LOAD) { in DlPhdrCallback()