Home
last modified time | relevance | path

Searched refs:ei_data (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c99 buf_read_ulong (unsigned char ei_data, size_t sz, in buf_read_ulong() argument
117 if (MY_ELFDATA != ei_data) in buf_read_ulong()
137 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument
159 if (! buf_read_ulong (ei_data, sz, &ptr, end, &count)) in handle_file_note()
161 if (! buf_read_ulong (ei_data, sz, &ptr, end, NULL)) // page_size in handle_file_note()
176 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart) in handle_file_note()
177 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend) in handle_file_note()
178 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset)) in handle_file_note()
334 unsigned char ei_data; in dwfl_segment_report_module() local
360 ei_data = e_ident[EI_DATA]; in dwfl_segment_report_module()
[all …]
DChangeLog439 Extract ei_class, ei_data and e_type early and use the result.
/external/elfutils/libelf/
Delf_compress.c51 int ei_data, Elf_Data *cdatap) in do_deflate_cleanup() argument
55 if (ei_data != MY_ELFDATA) in do_deflate_cleanup()
61 do_deflate_cleanup(result, &z, out_buf, ei_data, &cdata)
72 __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data, in __libelf_compress() argument
133 if (ei_data != MY_ELFDATA) in __libelf_compress()
143 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL) in __libelf_compress()
194 if (ei_data != MY_ELFDATA) in __libelf_compress()
DlibelfP.h598 extern void * __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data,