Home
last modified time | relevance | path

Searched defs:ei_class (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c147 unsigned char ei_class, unsigned char ei_data, in handle_file_note()
346 unsigned char ei_class; in dwfl_segment_report_module() local
/aosp_15_r20/external/crosvm/kernel_loader/src/
H A Dlib.rs285 let ei_class = ident[elf::EI_CLASS as usize] as u32; in read_elf() localVariable