Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Ddwfl_segment_report_module.c110 buf_read_ulong (unsigned char ei_data, size_t sz, in buf_read_ulong() argument
128 if (MY_ELFDATA != ei_data) in buf_read_ulong()
148 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument
170 if (! buf_read_ulong (ei_data, sz, &ptr, end, &count)) in handle_file_note()
172 if (! buf_read_ulong (ei_data, sz, &ptr, end, NULL)) // page_size in handle_file_note()
187 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart) in handle_file_note()
188 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend) in handle_file_note()
189 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset)) in handle_file_note()
348 unsigned char ei_data; in dwfl_segment_report_module() local
374 ei_data = e_ident[EI_DATA]; in dwfl_segment_report_module()
[all …]
DChangeLog1318 Extract ei_class, ei_data and e_type early and use the result.
/third_party/elfutils/libelf/
Delf_compress.c66 __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data, in __libelf_compress() argument
127 bool convert = ei_data != MY_ELFDATA && data->d_size > 0; in __libelf_compress()
138 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL) in __libelf_compress()
DlibelfP.h575 extern void * __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data,
DChangeLog355 * elf_compress.c (do_deflate_cleanup): Remove ei_data argument,
/third_party/elfutils/src/
Dstrip.c447 Elf_Data *tdata, unsigned int ei_data, const char *fname, in relocate() argument
518 ei_data); in relocate()
531 ei_data); in relocate()
555 ei_data); in relocate()
646 const unsigned int ei_data = ehdr->e_ident[EI_DATA]; in remove_debug_relocations() local
704 tdata, ei_data, fname, is_rela, in remove_debug_relocations()