Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:ei_data

95 /* Read SZ bytes into *RETP from *PTRP (limited by END) in format EI_DATA.
99 buf_read_ulong (unsigned char ei_data, size_t sz,
117 if (MY_ELFDATA != ei_data)
133 bytes in format EI_CLASS and 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;
360 ei_data = e_ident[EI_DATA];
365 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
378 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
462 if (ei_data == MY_ELFDATA)
475 ehdr.e32.e_ident[EI_DATA]) == NULL)
583 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
594 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) == NULL)
687 ei_class, ei_data,
776 if (elf32_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL)
783 if (elf64_xlatetom (&xlateto, &xlatefrom, ei_data) != NULL)