Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c137 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument
144 switch (ei_class) in handle_file_note()
333 unsigned char ei_class; in dwfl_segment_report_module() local
359 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 …]
DChangeLog439 Extract ei_class, ei_data and e_type early and use the result.