/third_party/elfutils/libelf/ |
D | elf_begin.c | 329 assert (offsetof (struct Elf, state.elf32.scns) in file_read_elf() 331 elf->state.elf32.scns.cnt = scncnt; in file_read_elf() 332 elf->state.elf32.scns.max = scnmax; in file_read_elf() 352 elf->state.elf32.ehdr = ehdr; in file_read_elf() 357 elf->state.elf32.ehdr = memcpy (&elf->state.elf32.ehdr_mem, e_ident, in file_read_elf() 362 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf() 363 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf() 364 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf() 365 CONVERT (elf->state.elf32.ehdr_mem.e_entry); in file_read_elf() 366 CONVERT (elf->state.elf32.ehdr_mem.e_phoff); in file_read_elf() [all …]
|
D | elf_end.c | 117 || (offsetof (struct Elf, state.elf32.rawchunks) in elf_end() 119 ? elf->state.elf32.rawchunks in elf_end() 131 || (offsetof (struct Elf, state.elf32.scns) in elf_end() 133 ? &elf->state.elf32.scns in elf_end() 190 || (offsetof (struct Elf, state.elf32.scns) in elf_end() 192 ? &elf->state.elf32.scns in elf_end() 202 || (offsetof (struct Elf, state.elf32.shdr) in elf_end() 204 ? (void *) elf->state.elf32.shdr in elf_end() 210 || (offsetof (struct Elf, state.elf32.phdr) in elf_end() 212 ? (void *) elf->state.elf32.phdr in elf_end()
|
D | elf_getshdrstrndx.c | 62 == offsetof (struct Elf, state.elf32.ehdr)); in elf_getshdrstrndx() 64 == sizeof (elf->state.elf32.ehdr)); in elf_getshdrstrndx() 80 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx() 91 if (unlikely (elf->state.elf32.scns.cnt == 0)) in elf_getshdrstrndx() 99 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) in elf_getshdrstrndx() 101 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; in elf_getshdrstrndx() 105 offset = elf->state.elf32.ehdr->e_shoff; in elf_getshdrstrndx() 108 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx() 149 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
|
D | elf_clone.c | 58 elf->state.elf32.scns.max * sizeof (Elf_Scn)); in elf_clone() 68 assert (offsetof (struct Elf, state.elf32.scns) in elf_clone() 70 retval->state.elf.scns_last = &retval->state.elf32.scns; in elf_clone() 71 retval->state.elf32.scns.max = elf->state.elf32.scns.max; in elf_clone()
|
D | elf_getphdrnum.c | 53 ? elf->state.elf32.ehdr->e_phnum in __elf_getphdrnum_rdlock() 59 ? &elf->state.elf32.scns in __elf_getphdrnum_rdlock() 69 Elf_Scn *scn = &elf->state.elf32.scns.data[0]; in __elf_getphdrnum_rdlock() 101 ? elf->state.elf32.ehdr->e_phoff in __elf_getphdrnum_chk_rdlock()
|
D | elf_newscn.c | 55 == offsetof (Elf, state.elf32.scns_last)); in elf_newscn() 58 assert (offsetof (Elf, state.elf32.scns) in elf_newscn() 71 || (offsetof (Elf, state.elf32.scns) in elf_newscn() 73 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in elf_newscn()
|
D | gelf_update_phdr.c | 58 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr() 84 if (ndx >= elf->state.elf32.ehdr->e_phnum in gelf_update_phdr() 85 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
|
D | elf_getident.c | 57 || (offsetof (struct Elf, state.elf32.ehdr) in elf_getident() 59 ? elf->state.elf32.ehdr->e_ident in elf_getident()
|
D | elf_nextscn.c | 57 || (offsetof (Elf, state.elf32.scns) in elf_nextscn() 59 list = &elf->state.elf32.scns; in elf_nextscn()
|
D | elf_getshdrnum.c | 61 || (offsetof (Elf, state.elf32.scns) in __elf_getshdrnum_rdlock() 63 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in __elf_getshdrnum_rdlock()
|
D | elf_newdata.c | 56 || (offsetof (struct Elf, state.elf32.ehdr) in elf_newdata() 58 ? scn->elf->state.elf32.ehdr == NULL in elf_newdata()
|
D | gelf_getehdr.c | 59 if (offsetof (struct Elf, state.elf32.ehdr) in __gelf_getehdr_rdlock() 68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock()
|
D | elf_getscn.c | 59 || (offsetof (struct Elf, state.elf32.scns) in elf_getscn() 61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn()
|
D | elf_getdata.c | 402 || (offsetof (struct Elf, state.elf32.ehdr) in __libelf_set_rawdata_wrlock() 405 elf->state.elf32.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock() 457 || (offsetof (struct Elf, state.elf32.ehdr) in __libelf_set_data_list_rdlock() 459 ? elf->state.elf32.ehdr->e_ident[EI_DATA] in __libelf_set_data_list_rdlock()
|
D | elf_strptr.c | 93 || (offsetof (struct Elf, state.elf32.scns) in elf_strptr() 95 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_strptr()
|
D | gelf_update_ehdr.c | 58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr()
|
D | gelf_getphdr.c | 66 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_getphdr()
|
D | elf_getdata_rawchunk.c | 135 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA) in elf_getdata_rawchunk()
|
D | libelfP.h | 360 } elf32; member
|
/third_party/elfutils/libebl/ |
D | eblopenbackend.c | 310 assert (offsetof (Elf, state.elf32.ehdr) in openbackend() 322 result->machine = elf->state.elf32.ehdr->e_machine; in openbackend() 323 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS]; in openbackend() 324 result->data = elf->state.elf32.ehdr->e_ident[EI_DATA]; in openbackend()
|
/third_party/libunwind/src/ |
D | Makefile.am | 80 LIBUNWIND_ELF = libunwind-elf32.la 182 noinst_HEADERS += elf32.h elf64.h elfxx.h 184 libunwind_elf32_la_SOURCES = elf32.c 601 libunwind_arm_la_LIBADD += libunwind-elf32.la 635 libunwind_hppa_la_LIBADD += libunwind-elf32.la 683 libunwind_x86_la_LIBADD += libunwind-elf32.la 707 libunwind_ppc32_la_LIBADD += libunwind-elf32.la 731 libunwind_sh_la_LIBADD += libunwind-elf32.la
|
D | CMakeLists.txt | 168 elf32.c
|
/third_party/elfio/tests/elf_examples/ |
D | write_exe_i386_32_work_dump.txt | 2 write_exe_i386_32_work: file format elf32-i386
|
/third_party/libunwind/tests/ |
D | Makefile.am | 185 LIBUNWIND_ELF = $(top_builddir)/src/libunwind-elf32.la
|
/third_party/libunwind/ |
D | BUILD.gn | 123 "src/elf32.c",
|