Home
last modified time | relevance | path

Searched defs:elf_class (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/tests/
H A DElfTestUtils.cpp37 void TestInitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine_type) { in TestInitEhdr()
60 void TestInitGnuDebugdata(uint32_t elf_class, uint32_t machine, bool init_gnu_debugdata, in TestInitGnuDebugdata()
H A DGenGnuDebugdata.cpp34 void InitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine) { in InitEhdr()
/aosp12/bionic/linker/
H A Dlinker_phdr.cpp230 int elf_class = header_.e_ident[EI_CLASS]; in VerifyElfHeader() local
/aosp12/art/runtime/
H A Delf_file.cc439 uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32; in SetMap() local