Searched refs:elf64 (Results 1 – 24 of 24) sorted by relevance
/external/elfutils/libelf/ |
D | elf_begin.c | 331 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 …]
|
D | elf_getshstrndx.c | 56 == 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)
|
D | elf_end.c | 106 == 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);
|
D | elf_nextscn.c | 46 == offsetof (Elf, state.elf64.scns))) 53 if (elf->state.elf64.scns.cnt > 1) 54 result = &elf->state.elf64.scns.data[1];
|
D | elf_newscn.c | 46 == 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)))
|
D | elf_getident.c | 48 == offsetof (struct Elf, state.elf64.ehdr)) 50 : elf->state.elf64.ehdr->e_ident);
|
D | elf_getshnum.c | 53 == offsetof (Elf, state.elf64.scns)) 54 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
|
D | elf_getscn.c | 50 == offsetof (struct Elf, state.elf64.scns)) 51 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
D | gelf_getehdr.c | 79 if (elf->state.elf64.ehdr == NULL) 82 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
|
D | elf_newdata.c | 45 == offsetof (struct Elf, state.elf64.ehdr)) in elf_newdata() 47 : scn->elf->state.elf64.ehdr == NULL) in elf_newdata()
|
D | gelf_getphdr.c | 92 Elf64_Phdr *phdr = elf->state.elf64.phdr; 103 if (ndx >= elf->state.elf64.ehdr->e_phnum)
|
D | gelf_update_phdr.c | 93 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()
|
D | elf_strptr.c | 51 == offsetof (struct Elf, state.elf64.scns)) 52 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
D | ChangeLog | 51 * libelfP.h (struct Elf): Move state.elf64.sizestr_offset after 52 state.elf64.scnincr to match state.elf{,32}.
|
D | elf_getdata.c | 318 == 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]),
|
D | elf_clone.c | 57 == offsetof (struct Elf, state.elf64.scns)); in elf_clone()
|
D | gelf_update_ehdr.c | 85 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
|
D | libelfP.h | 335 } elf64; member
|
/external/qemu/ |
D | alpha.ld | 1 OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", 2 "elf64-alpha")
|
D | disas.h | 33 struct elf64_sym *elf64; member
|
D | x86_64.ld | 2 OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
|
D | ia64.ld | 2 OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", 3 "elf64-ia64-little")
|
/external/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 87 %elifidn __OUTPUT_FORMAT__,elf64 185 %ifidn __OUTPUT_FORMAT__,elf64 297 %elifidn __OUTPUT_FORMAT__,elf64
|
/external/elfutils/ |
D | NEWS | 341 libelf: implement {gelf,elf32,elf64}_checksum
|