Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c111 buf_read_ulong (unsigned char ei_data, size_t sz, in buf_read_ulong() argument
129 if (MY_ELFDATA != ei_data) in buf_read_ulong()
149 unsigned char ei_class, unsigned char ei_data, in handle_file_note() argument
171 if (! buf_read_ulong (ei_data, sz, &ptr, end, &count)) in handle_file_note()
173 if (! buf_read_ulong (ei_data, sz, &ptr, end, NULL)) // page_size in handle_file_note()
188 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart) in handle_file_note()
189 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &mend) in handle_file_note()
190 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset)) in handle_file_note()
342 unsigned char ei_data; in dwfl_segment_report_module() local
368 ei_data = e_ident[EI_DATA]; in dwfl_segment_report_module()
[all …]
DChangeLog1045 Extract ei_class, ei_data and e_type early and use the result.
/external/elfutils/libelf/
Delf_compress.c68 __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data, in __libelf_compress() argument
129 bool convert = ei_data != MY_ELFDATA && data->d_size > 0; in __libelf_compress()
140 if (gelf_xlatetof (scn->elf, &cdata, data, ei_data) == NULL) in __libelf_compress()
DlibelfP.h573 extern void * __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data,
DChangeLog221 * elf_compress.c (do_deflate_cleanup): Remove ei_data argument,
/external/elfutils/src/
Dstrip.c450 Elf_Data *tdata, unsigned int ei_data, const char *fname, in relocate() argument
521 ei_data); in relocate()
534 ei_data); in relocate()
558 ei_data); in relocate()
647 const unsigned int ei_data = ehdr->e_ident[EI_DATA]; in remove_debug_relocations() local
699 tdata, ei_data, fname, is_rela, in remove_debug_relocations()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h340 unsigned char ei_data);
DObjectFileELF.cpp3035 unsigned char ei_data) { in DumpELFHeader_e_ident_EI_DATA() argument
3036 switch (ei_data) { in DumpELFHeader_e_ident_EI_DATA()