Searched refs:ei_class (Results 1 – 2 of 2) sorted by relevance
134 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument141 switch (ei_class) in handle_file_note()325 unsigned char ei_class; in dwfl_segment_report_module() local351 ei_class = e_ident[EI_CLASS]; in dwfl_segment_report_module()353 switch (ei_class) in dwfl_segment_report_module()567 if (ei_class == ELFCLASS32) in dwfl_segment_report_module()673 ei_class, ei_data, in dwfl_segment_report_module()736 const size_t dyn_entsize = (ei_class == ELFCLASS32 in dwfl_segment_report_module()755 if (ei_class == ELFCLASS32) in dwfl_segment_report_module()882 if (ei_class == ELFCLASS32) in dwfl_segment_report_module()
90 Extract ei_class, ei_data and e_type early and use the result.