Searched refs:ei_data (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c99 buf_read_ulong (unsigned char ei_data, size_t sz, argument
117 if (MY_ELFDATA != ei_data)
137 unsigned char ei_class, unsigned char ei_data,
159 if (! buf_read_ulong (ei_data, sz, &ptr, end, &count))
161 if (! buf_read_ulong (ei_data, sz, &ptr, end, NULL)) // page_size
176 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart)
177 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend)
178 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset))
334 unsigned char ei_data; local
360 ei_data
136 handle_file_note(GElf_Addr module_start, GElf_Addr module_end, unsigned char ei_class, unsigned char ei_data, const void *note_file, size_t note_file_size) argument
[all...]
/external/elfutils/libelf/
H A Delf_compress.c51 int ei_data, Elf_Data *cdatap)
55 if (ei_data != MY_ELFDATA)
61 do_deflate_cleanup(result, &z, out_buf, ei_data, &cdata)
72 __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data, argument
133 if (ei_data != MY_ELFDATA)
143 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL)
194 if (ei_data != MY_ELFDATA)
50 do_deflate_cleanup(void *result, z_stream *z, void *out_buf, int ei_data, Elf_Data *cdatap) argument
H A DlibelfP.h598 extern void * __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data,

Completed in 102 milliseconds