Searched refs:ei_class (Results 1 – 2 of 2) sorted by relevance
149 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument156 switch (ei_class) in handle_file_note()341 unsigned char ei_class; in dwfl_segment_report_module() local367 ei_class = e_ident[EI_CLASS]; in dwfl_segment_report_module()369 switch (ei_class) in dwfl_segment_report_module()432 bool class32 = ei_class == ELFCLASS32; in dwfl_segment_report_module()471 if ((ei_class == ELFCLASS32 in dwfl_segment_report_module()473 || (ei_class == ELFCLASS64 in dwfl_segment_report_module()483 bool is32 = (ei_class == ELFCLASS32); in dwfl_segment_report_module()722 ei_class, ei_data, in dwfl_segment_report_module()[all …]
1045 Extract ei_class, ei_data and e_type early and use the result.