HomeSort by relevance Sort by last modified time
    Searched refs:elf64 (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf64-x86-64)
libc.so 4 OUTPUT_FORMAT(elf64-x86-64)
  /external/elfutils/libelf/
elf_getident.c 81 == offsetof (struct Elf, state.elf64.ehdr))
83 : elf->state.elf64.ehdr->e_ident);
elf_getshstrndx.c 85 of `elf32' and `elf64'. */
91 == offsetof (struct Elf, state.elf64.ehdr));
93 == sizeof (elf->state.elf64.ehdr));
106 : elf->state.elf64.ehdr->e_shstrndx);
155 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
157 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
161 size_t offset = elf->state.elf64.ehdr->e_shoff;
164 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
186 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
elf_nextscn.c 79 == offsetof (Elf, state.elf64.scns)))
86 if (elf->state.elf64.scns.cnt > 1)
87 result = &elf->state.elf64.scns.data[1];
elf_begin.c 395 elf->state.elf64.scns.cnt = elf->state.elf64.scns.max = scncnt;
407 elf->state.elf64.ehdr = ehdr;
408 elf->state.elf64.shdr
413 elf->state.elf64.phdr
418 elf->state.elf64.scns.data[cnt].index = cnt;
419 elf->state.elf64.scns.data[cnt].elf = elf;
420 elf->state.elf64.scns.data[cnt].shdr.e64 =
421 &elf->state.elf64.shdr[cnt];
422 elf->state.elf64.scns.data[cnt].rawdata_base
    [all...]
elf_end.c 141 == offsetof (struct Elf, state.elf64.rawchunks))
143 : elf->state.elf64.rawchunks);
155 == offsetof (struct Elf, state.elf64.scns))
157 : &elf->state.elf64.scns);
206 == offsetof (struct Elf, state.elf64.scns))
208 : &elf->state.elf64.scns))
218 == offsetof (struct Elf, state.elf64.shdr))
220 : (void *) elf->state.elf64.shdr);
226 == offsetof (struct Elf, state.elf64.phdr))
228 : (void *) elf->state.elf64.phdr)
    [all...]
gelf_getehdr.c 80 position in both the elf32 and elf64 structure. */
82 != offsetof (struct Elf, state.elf64.ehdr))
85 if (unlikely (elf->state.elf64.ehdr == NULL))
113 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
elf_getscn.c 83 == offsetof (struct Elf, state.elf64.scns))
84 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
elf_getshnum.c 84 == offsetof (Elf, state.elf64.scns))
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
elf_newdata.c 78 == offsetof (struct Elf, state.elf64.ehdr))
80 : scn->elf->state.elf64.ehdr == NULL)
elf_newscn.c 74 /* We rely on the prefix of the `elf', `elf32', and `elf64' element
79 == offsetof (Elf, state.elf64.scns_last));
81 == offsetof (Elf, state.elf64.scns));
94 == offsetof (Elf, state.elf64.scns))
95 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
gelf_getphdr.c 128 Elf64_Phdr *phdr = elf->state.elf64.phdr;
141 if (ndx >= elf->state.elf64.ehdr->e_phnum)
gelf_update_phdr.c 126 Elf64_Phdr *phdr = elf->state.elf64.phdr;
137 if (unlikely (ndx >= elf->state.elf64.ehdr->e_phnum))
elf_strptr.c 84 == offsetof (struct Elf, state.elf64.scns))
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
elf_clone.c 90 == offsetof (struct Elf, state.elf64.scns));
gelf_update_ehdr.c 118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr;
elf_getdata.c 326 == offsetof (struct Elf, state.elf64.ehdr)))
331 elf->state.elf64.ehdr->e_ident[EI_VERSION];
464 == offsetof (struct Elf, state.elf64.ehdr))
466 : elf->state.elf64.ehdr->e_ident[EI_DATA]),
libelfP.h 395 } elf64; member in union:Elf::__anon19987
  /external/qemu/
disas.h 33 struct elf64_sym *elf64; member in union:syminfo::__anon26629
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 100 %elifidn __OUTPUT_FORMAT__,elf64
124 %elifidn __OUTPUT_FORMAT__,elf64
238 %ifidn __OUTPUT_FORMAT__,elf64
388 %elifidn __OUTPUT_FORMAT__,elf64
  /external/elfutils/libebl/
eblopenbackend.c 321 == offsetof (Elf, state.elf64.ehdr));
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 58 %elifidn __OUTPUT_FORMAT__,elf64
599 %elifidn __OUTPUT_FORMAT__,elf64
642 %elifidn __OUTPUT_FORMAT__,elf64

Completed in 596 milliseconds