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.c149 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument
156 switch (ei_class) in handle_file_note()
341 unsigned char ei_class; in dwfl_segment_report_module() local
367 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 …]
DChangeLog1045 Extract ei_class, ei_data and e_type early and use the result.