Searched refs:ei_data (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | dwfl_segment_report_module.c | 96 buf_read_ulong (unsigned char ei_data, size_t sz, in buf_read_ulong() argument 114 if (MY_ELFDATA != ei_data) in buf_read_ulong() 134 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument 156 if (! buf_read_ulong (ei_data, sz, &ptr, end, &count)) in handle_file_note() 158 if (! buf_read_ulong (ei_data, sz, &ptr, end, NULL)) // page_size in handle_file_note() 173 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart) in handle_file_note() 174 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend) in handle_file_note() 175 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset)) in handle_file_note() 326 unsigned char ei_data; in dwfl_segment_report_module() local 352 ei_data = e_ident[EI_DATA]; in dwfl_segment_report_module() [all …]
|
D | ChangeLog | 90 Extract ei_class, ei_data and e_type early and use the result.
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 281 unsigned char ei_data);
|
D | ObjectFileELF.cpp | 1599 ObjectFileELF::DumpELFHeader_e_ident_EI_DATA(Stream *s, unsigned char ei_data) in DumpELFHeader_e_ident_EI_DATA() argument 1601 switch (ei_data) in DumpELFHeader_e_ident_EI_DATA()
|