Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_segment_report_module.c134 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument
141 switch (ei_class) in handle_file_note()
325 unsigned char ei_class; in dwfl_segment_report_module() local
351 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()
DChangeLog90 Extract ei_class, ei_data and e_type early and use the result.