Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A DGenGnuDebugdata.cpp39 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV; in InitEhdr()
H A DElfTestUtils.cpp42 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV; in TestInitEhdr()
/aosp12/bionic/libc/include/
H A Delf.h267 #define ELFOSABI_SYSV 0 /* Synonym for ELFOSABI_NONE used by valgrind. */ macro