Home
last modified time | relevance | path

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

12

/external/elfutils/libelf/
Delf_begin.c395 elf->state.elf64.scns.cnt = elf->state.elf64.scns.max = scncnt; in file_read_elf()
407 elf->state.elf64.ehdr = ehdr; in file_read_elf()
408 elf->state.elf64.shdr in file_read_elf()
413 elf->state.elf64.phdr in file_read_elf()
418 elf->state.elf64.scns.data[cnt].index = cnt; in file_read_elf()
419 elf->state.elf64.scns.data[cnt].elf = elf; in file_read_elf()
420 elf->state.elf64.scns.data[cnt].shdr.e64 = in file_read_elf()
421 &elf->state.elf64.shdr[cnt]; in file_read_elf()
422 elf->state.elf64.scns.data[cnt].rawdata_base = in file_read_elf()
423 elf->state.elf64.scns.data[cnt].data_base = in file_read_elf()
[all …]
Delf_end.c141 == 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);
Delf_getshstrndx.c91 == 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)
Delf_nextscn.c79 == offsetof (Elf, state.elf64.scns)))
86 if (elf->state.elf64.scns.cnt > 1)
87 result = &elf->state.elf64.scns.data[1];
Delf_newscn.c79 == 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)))
Dgelf_getehdr.c82 != offsetof (struct Elf, state.elf64.ehdr))
85 if (unlikely (elf->state.elf64.ehdr == NULL))
113 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
Delf_getident.c81 == offsetof (struct Elf, state.elf64.ehdr))
83 : elf->state.elf64.ehdr->e_ident);
Delf_getscn.c83 == offsetof (struct Elf, state.elf64.scns))
84 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
Delf_getshnum.c84 == offsetof (Elf, state.elf64.scns))
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
Delf_newdata.c78 == offsetof (struct Elf, state.elf64.ehdr)) in elf_newdata()
80 : scn->elf->state.elf64.ehdr == NULL) in elf_newdata()
Dgelf_update_phdr.c126 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr()
137 if (unlikely (ndx >= elf->state.elf64.ehdr->e_phnum)) in gelf_update_phdr()
Dgelf_getphdr.c128 Elf64_Phdr *phdr = elf->state.elf64.phdr;
141 if (ndx >= elf->state.elf64.ehdr->e_phnum)
Delf_strptr.c84 == offsetof (struct Elf, state.elf64.scns))
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
Delf_getdata.c326 == offsetof (struct Elf, state.elf64.ehdr))) in __libelf_set_rawdata_wrlock()
331 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock()
464 == offsetof (struct Elf, state.elf64.ehdr))
466 : elf->state.elf64.ehdr->e_ident[EI_DATA]),
Delf_clone.c90 == offsetof (struct Elf, state.elf64.scns)); in elf_clone()
Dgelf_update_ehdr.c118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
DlibelfP.h395 } elf64; member
DChangeLog589 * libelfP.h (struct Elf): Move state.elf64.sizestr_offset after
590 state.elf64.scnincr to match state.elf{,32}.
/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/libebl/
Deblopenbackend.c321 == offsetof (Elf, state.elf64.ehdr));
/external/elfutils/
DNEWS698 libelf: implement {gelf,elf32,elf64}_checksum

12