Searched refs:ei_class (Results 1 – 2 of 2) sorted by relevance
137 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument144 switch (ei_class) in handle_file_note()333 unsigned char ei_class; in dwfl_segment_report_module() local359 ei_class = e_ident[EI_CLASS]; in dwfl_segment_report_module()361 switch (ei_class) in dwfl_segment_report_module()411 bool class32 = ei_class == ELFCLASS32; in dwfl_segment_report_module()581 if (ei_class == ELFCLASS32) in dwfl_segment_report_module()687 ei_class, ei_data, in dwfl_segment_report_module()755 const size_t dyn_entsize = (ei_class == ELFCLASS32 in dwfl_segment_report_module()774 if (ei_class == ELFCLASS32) in dwfl_segment_report_module()[all …]
439 Extract ei_class, ei_data and e_type early and use the result.