Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file_unittest.cc130 if (elf_class == ELFCLASS32) { in RunUnpackRelocationsTestFor()
166 if (elf_class == ELFCLASS32) { in RunPackRelocationsTestFor()
Dmain.cc121 if (e_ident[EI_CLASS] == ELFCLASS32) { in main()
/bionic/libc/kernel/uapi/linux/
Delf.h361 #define ELFCLASS32 1 macro
/bionic/linker/
Dlinker_phdr.cpp184 if (elf_class == ELFCLASS32) { in VerifyElfHeader()
192 if (elf_class != ELFCLASS32) { in VerifyElfHeader()