Home
last modified time | relevance | path

Searched refs:IS_ELF (Results 1 – 3 of 3) sorted by relevance

/third_party/libunwind/src/
Ddl-iterate-phdr.c34 #ifndef IS_ELF
36 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
74 if (mi.path[0] != '\0' && (flags & PROT_READ) != 0 && IS_ELF (*ehdr) in dl_iterate_phdr()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h111 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h111 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro