Home
last modified time | relevance | path

Searched refs:elf64 (Results 1 – 24 of 24) sorted by relevance

/external/elfutils/libelf/
Delf_begin.c331 elf->state.elf64.scns.cnt = elf->state.elf64.scns.max = scncnt; in file_read_elf()
343 elf->state.elf64.ehdr = in file_read_elf()
345 elf->state.elf64.shdr = in file_read_elf()
347 + elf->state.elf64.ehdr->e_shoff); in file_read_elf()
348 if (elf->state.elf64.ehdr->e_phnum) in file_read_elf()
351 elf->state.elf64.phdr in file_read_elf()
353 + elf->state.elf64.ehdr->e_phoff); in file_read_elf()
357 elf->state.elf64.scns.data[cnt].index = cnt; in file_read_elf()
358 elf->state.elf64.scns.data[cnt].elf = elf; in file_read_elf()
359 elf->state.elf64.scns.data[cnt].shdr.e64 = in file_read_elf()
[all …]
Delf_getshstrndx.c56 == offsetof (struct Elf, state.elf64.ehdr));
58 == sizeof (elf->state.elf64.ehdr));
71 : elf->state.elf64.ehdr->e_shstrndx);
121 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
123 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
127 offset = elf->state.elf64.ehdr->e_shoff;
130 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
151 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
Delf_end.c106 == offsetof (struct Elf, state.elf64.scns))
108 : &elf->state.elf64.scns);
157 == offsetof (struct Elf, state.elf64.scns))
159 : &elf->state.elf64.scns))
169 == offsetof (struct Elf, state.elf64.shdr))
171 : (void *) elf->state.elf64.shdr);
177 == offsetof (struct Elf, state.elf64.phdr))
179 : (void *) elf->state.elf64.phdr);
Delf_nextscn.c46 == offsetof (Elf, state.elf64.scns)))
53 if (elf->state.elf64.scns.cnt > 1)
54 result = &elf->state.elf64.scns.data[1];
Delf_newscn.c46 == offsetof (Elf, state.elf64.scns_last));
48 == offsetof (Elf, state.elf64.scns));
61 == offsetof (Elf, state.elf64.scns))
62 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
Delf_getident.c48 == offsetof (struct Elf, state.elf64.ehdr))
50 : elf->state.elf64.ehdr->e_ident);
Delf_getshnum.c53 == offsetof (Elf, state.elf64.scns))
54 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
Delf_getscn.c50 == offsetof (struct Elf, state.elf64.scns))
51 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
Dgelf_getehdr.c79 if (elf->state.elf64.ehdr == NULL)
82 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
Delf_newdata.c45 == offsetof (struct Elf, state.elf64.ehdr)) in elf_newdata()
47 : scn->elf->state.elf64.ehdr == NULL) in elf_newdata()
Dgelf_getphdr.c92 Elf64_Phdr *phdr = elf->state.elf64.phdr;
103 if (ndx >= elf->state.elf64.ehdr->e_phnum)
Dgelf_update_phdr.c93 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr()
104 if (unlikely (ndx >= elf->state.elf64.ehdr->e_phnum)) in gelf_update_phdr()
Delf_strptr.c51 == offsetof (struct Elf, state.elf64.scns))
52 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
DChangeLog51 * libelfP.h (struct Elf): Move state.elf64.sizestr_offset after
52 state.elf64.scnincr to match state.elf{,32}.
Delf_getdata.c318 == offsetof (struct Elf, state.elf64.ehdr))) in __libelf_set_rawdata()
323 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata()
431 == offsetof (struct Elf, state.elf64.ehdr))
433 : elf->state.elf64.ehdr->e_ident[EI_DATA]),
Delf_clone.c57 == offsetof (struct Elf, state.elf64.scns)); in elf_clone()
Dgelf_update_ehdr.c85 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
DlibelfP.h335 } elf64; member
/external/qemu/
Dalpha.ld1 OUTPUT_FORMAT("elf64-alpha", "elf64-alpha",
2 "elf64-alpha")
Ddisas.h33 struct elf64_sym *elf64; member
Dx86_64.ld2 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
Dia64.ld2 OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little",
3 "elf64-ia64-little")
/external/libvpx/vpx_ports/
Dx86_abi_support.asm87 %elifidn __OUTPUT_FORMAT__,elf64
185 %ifidn __OUTPUT_FORMAT__,elf64
297 %elifidn __OUTPUT_FORMAT__,elf64
/external/elfutils/
DNEWS341 libelf: implement {gelf,elf32,elf64}_checksum