HomeSort by relevance Sort by last modified time
    Searched refs:EI_DATA (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/elfutils/libelf/
elf32_checksum.c 76 same_byte_order = ((ident[EI_DATA] == ELFDATA2LSB
78 || (ident[EI_DATA] == ELFDATA2MSB
145 if (INTUSE(elfw2(LIBELFBITS,xlatetof)) (data, data, ident[EI_DATA])
155 if (INTUSE(elfw2(LIBELFBITS,xlatetom)) (data, data, ident[EI_DATA])
elf_getshdrstrndx.c 110 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA
147 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
171 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
208 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
elf_begin.c 93 if (e_ident[EI_DATA] == MY_ELFDATA
116 if (e_ident[EI_DATA] != MY_ELFDATA)
132 if (e_ident[EI_DATA] != MY_ELFDATA)
152 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA
177 if (e_ident[EI_DATA] != MY_ELFDATA)
202 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA
225 if (e_ident[EI_DATA] != MY_ELFDATA)
255 || (e_ident[EI_DATA] != ELFDATA2LSB
256 && e_ident[EI_DATA] != ELFDATA2MSB)))
307 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDAT
    [all...]
elf32_getphdr.c 110 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA
136 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA)
205 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA)
elf32_updatenull.c 66 if (unlikely (ehdr->e_ident[EI_DATA] == ELFDATANONE))
68 ehdr->e_ident[EI_DATA] =
72 else if (unlikely (ehdr->e_ident[EI_DATA] >= ELFDATANUM))
79 && ehdr->e_ident[EI_DATA] != ELFDATA2LSB)
81 && ehdr->e_ident[EI_DATA] != ELFDATA2MSB));
elf32_getshdr.c 101 || ehdr->e_ident[EI_DATA] != MY_ELFDATA
108 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA)
186 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA)
common.h 54 int data = (int) ((unsigned char *) buf)[EI_DATA];
elf_compress_gnu.c 57 int elfdata = ehdr.e_ident[EI_DATA];
elf_getdata_rawchunk.c 123 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA)
  /external/minijail/
elfparse.c 77 if ((pHeader[EI_DATA] == ELFDATA2LSB) &&
81 } else if ((pHeader[EI_DATA] == ELFDATA2MSB) &&
85 } else if ((pHeader[EI_DATA] == ELFDATA2LSB) &&
89 } else if ((pHeader[EI_DATA] == ELFDATA2MSB) &&
  /external/elfutils/backends/
ppc64_resolve_sym.c 58 ehdr->e_ident[EI_DATA]) != NULL)
  /external/elfutils/libasm/
asm_addint8.c 79 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA]
93 bool is_leb = (elf_getident (asmscn->ctx->out.elf, NULL)[EI_DATA]
asm_begin.c 104 ehdr->e_ident[EI_DATA] = ebl_get_elfdata (ebl);
  /external/elfutils/tests/
elfshphehdr.c 84 ehdr.e_ident[EI_DATA] = ELFDATANONE; /* Ask for native encoding. */
93 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE);
134 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE);
asm-tst1.c 40 [EI_DATA] = ELFDATA2LSB,
  /external/elfutils/libdwfl/
elf-from-memory.c 131 if (elf32_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
147 if (elf64_xlatetom (&xlateto, &xlatefrom, buffer[EI_DATA]) == NULL)
252 ehdr.e32.e_ident[EI_DATA]) == NULL)
263 ehdr.e64.e_ident[EI_DATA]) == NULL)
342 ehdr.e32.e_ident[EI_DATA]) == NULL)
369 ehdr.e64.e_ident[EI_DATA]) == NULL)
linux-core-attach.c 154 val32 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
205 val32 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
222 val32 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
229 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
264 val32 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
272 val64 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
396 val32 = (elf_getident (core, NULL)[EI_DATA] == ELFDATA2MSB
  /external/elfutils/libdw/
cfi.h 83 const unsigned char *e_ident; /* For EI_DATA and EI_CLASS. */
226 { ((BYTE_ORDER == LITTLE_ENDIAN && e_ident[EI_DATA] == ELFDATA2MSB) \
227 || (BYTE_ORDER == BIG_ENDIAN && e_ident[EI_DATA] == ELFDATA2LSB)) }
dwarf_begin_elf.c 322 if ((BYTE_ORDER == LITTLE_ENDIAN && ehdr->e_ident[EI_DATA] == ELFDATA2MSB)
323 || (BYTE_ORDER == BIG_ENDIAN && ehdr->e_ident[EI_DATA] == ELFDATA2LSB))
encoded-value.h 89 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] };
  /external/elfutils/libdwelf/
dwelf_elf_gnu_debuglink.c 92 Elf_Data *d = gelf_xlatetom (elf, &crcdata, &conv, ehdr->e_ident[EI_DATA]);
  /external/syslinux/gpxe/src/arch/i386/image/
elfboot.c 82 [EI_DATA] = ELFDATA2LSB,
  /external/valgrind/coregrind/
launcher-linux.c 204 if (header.c[EI_DATA] == ELFDATA2LSB) {
231 else if (header.c[EI_DATA] == ELFDATA2MSB) {
247 if (header.c[EI_DATA] == ELFDATA2LSB) {
273 } else if (header.c[EI_DATA] == ELFDATA2MSB) {
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 13 'ei_class ei_data ei_version ei_osabi e_type e_machine e_version '
65 EI_DATA = 5
117 ei_data = _extract_buf_byte(buf, EI_DATA)
118 if ei_data not in (ELFDATA2LSB, ELFDATA2MSB):
122 endian_fmt = '<' if ei_data == ELFDATA2LSB else '>'
  /external/elfutils/libebl/
eblobjnote.c 88 elf_getident (ebl->elf, NULL)[EI_DATA]) == NULL)

Completed in 376 milliseconds

1 2 3 4 5 6 7