/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 330 == offsetof (struct Elf, state.elf64.scns)); in file_read_elf() 456 elf->state.elf64.ehdr = ehdr; in file_read_elf() 461 elf->state.elf64.ehdr = memcpy (&elf->state.elf64.ehdr_mem, e_ident, in file_read_elf() 466 CONVERT (elf->state.elf64.ehdr_mem.e_type); in file_read_elf() 467 CONVERT (elf->state.elf64.ehdr_mem.e_machine); in file_read_elf() 468 CONVERT (elf->state.elf64.ehdr_mem.e_version); in file_read_elf() 469 CONVERT (elf->state.elf64.ehdr_mem.e_entry); in file_read_elf() 470 CONVERT (elf->state.elf64.ehdr_mem.e_phoff); in file_read_elf() 471 CONVERT (elf->state.elf64 in file_read_elf() [all...] |
H A D | elf_getshdrstrndx.c | 60 of `elf32' and `elf64'. */ in elf_getshdrstrndx() 66 == offsetof (struct Elf, state.elf64.ehdr)); in elf_getshdrstrndx() 68 == sizeof (elf->state.elf64.ehdr)); in elf_getshdrstrndx() 81 : elf->state.elf64.ehdr->e_shstrndx); in elf_getshdrstrndx() 156 if (unlikely (elf->state.elf64.scns.cnt == 0)) in elf_getshdrstrndx() 164 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL) in elf_getshdrstrndx() 166 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link; in elf_getshdrstrndx() 170 size_t offset = elf->state.elf64.ehdr->e_shoff; in elf_getshdrstrndx() 173 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx() 214 if (elf->state.elf64 in elf_getshdrstrndx() [all...] |
H A D | elf_end.c | 118 == offsetof (struct Elf, state.elf64.rawchunks)) in elf_end() 120 : elf->state.elf64.rawchunks); in elf_end() 132 == offsetof (struct Elf, state.elf64.scns)) in elf_end() 134 : &elf->state.elf64.scns); in elf_end() 191 == offsetof (struct Elf, state.elf64.scns)) in elf_end() 193 : &elf->state.elf64.scns)) in elf_end() 203 == offsetof (struct Elf, state.elf64.shdr)) in elf_end() 205 : (void *) elf->state.elf64.shdr); in elf_end() 211 == offsetof (struct Elf, state.elf64.phdr)) in elf_end() 213 : (void *) elf->state.elf64 in elf_end() [all...] |
H A D | elf_getphdrnum.c | 44 if (unlikely (elf->state.elf64.ehdr == NULL)) in __elf_getphdrnum_rdlock() 54 : elf->state.elf64.ehdr->e_phnum); in __elf_getphdrnum_rdlock() 60 : &elf->state.elf64.scns); in __elf_getphdrnum_rdlock() 79 Elf_Scn *scn = &elf->state.elf64.scns.data[0]; in __elf_getphdrnum_rdlock() 102 : elf->state.elf64.ehdr->e_phoff); in __elf_getphdrnum_chk_rdlock()
|
H A D | elf_newscn.c | 52 /* We rely on the prefix of the `elf', `elf32', and `elf64' element in elf_newscn() 57 == offsetof (Elf, state.elf64.scns_last)); in elf_newscn() 59 == offsetof (Elf, state.elf64.scns)); in elf_newscn() 72 == offsetof (Elf, state.elf64.scns)) in elf_newscn() 73 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in elf_newscn()
|
H A D | gelf_getehdr.c | 58 position in both the elf32 and elf64 structure. */ in __gelf_getehdr_rdlock() 60 != offsetof (struct Elf, state.elf64.ehdr)) in __gelf_getehdr_rdlock() 63 if (unlikely (elf->state.elf64.ehdr == NULL)) in __gelf_getehdr_rdlock() 91 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest)); in __gelf_getehdr_rdlock()
|
H A D | elf_getident.c | 58 == offsetof (struct Elf, state.elf64.ehdr)) in elf_getident() 60 : elf->state.elf64.ehdr->e_ident); in elf_getident()
|
H A D | gelf_update_phdr.c | 109 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr() 121 if (ndx >= elf->state.elf64.ehdr->e_phnum in gelf_update_phdr() 122 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
|
H A D | elf_getshdrnum.c | 62 == offsetof (Elf, state.elf64.scns)) in __elf_getshdrnum_rdlock() 63 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in __elf_getshdrnum_rdlock()
|
H A D | elf_nextscn.c | 58 == offsetof (Elf, state.elf64.scns))) in elf_nextscn() 61 list = &elf->state.elf64.scns; in elf_nextscn()
|
H A D | elf_getscn.c | 60 == offsetof (struct Elf, state.elf64.scns)) in elf_getscn() 61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn()
|
H A D | elf_newdata.c | 57 == offsetof (struct Elf, state.elf64.ehdr)) in elf_newdata() 59 : scn->elf->state.elf64.ehdr == NULL) in elf_newdata()
|
H A D | elf_strptr.c | 94 == offsetof (struct Elf, state.elf64.scns)) in elf_strptr() 95 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_strptr()
|
H A D | elf_getdata.c | 403 == offsetof (struct Elf, state.elf64.ehdr))) in __libelf_set_rawdata_wrlock() 408 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock() 458 == offsetof (struct Elf, state.elf64.ehdr)) in __libelf_set_data_list_rdlock() 460 : elf->state.elf64.ehdr->e_ident[EI_DATA]), in __libelf_set_data_list_rdlock()
|
H A D | elf_clone.c | 69 == offsetof (struct Elf, state.elf64.scns)); in elf_clone()
|
H A D | gelf_update_ehdr.c | 97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
|
H A D | gelf_getphdr.c | 106 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_getphdr()
|
H A D | libelfP.h | 384 } elf64; member
|
/third_party/elfutils/backends/ |
H A D | riscv_init.c | 78 if ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI) 81 else if ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI)
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | Makefile | 40 BIN_FORMAT=elf64-x86-64
|
/third_party/lzma/C/ |
H A D | 7zip_gcc_c.mak | 132 AFLAGS_ABI = -elf64 -DABI_LINUX
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 311 == offsetof (Elf, state.elf64.ehdr)); in openbackend()
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 170 AFLAGS_ABI = -elf64 -DABI_LINUX
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 75 %elifidn __OUTPUT_FORMAT__,elf64
|
/third_party/ffmpeg/ |
H A D | configure | 5450 objformat=elf64 6005 [ "$objformat" = elf32 ] || [ "$objformat" = elf64 ] &&
|