Home
last modified time | relevance | path

Searched refs:elf32 (Results 1 – 25 of 40) sorted by relevance

12

/external/elfutils/libelf/
Delf_begin.c289 assert (offsetof (struct Elf, state.elf32.scns) in file_read_elf()
291 elf->state.elf32.scns.cnt = scncnt; in file_read_elf()
292 elf->state.elf32.scns.max = scnmax; in file_read_elf()
312 elf->state.elf32.ehdr = ehdr; in file_read_elf()
317 elf->state.elf32.ehdr = memcpy (&elf->state.elf32.ehdr_mem, e_ident, in file_read_elf()
322 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf()
323 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf()
324 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf()
325 CONVERT (elf->state.elf32.ehdr_mem.e_entry); in file_read_elf()
326 CONVERT (elf->state.elf32.ehdr_mem.e_phoff); in file_read_elf()
[all …]
Delf_getshdrstrndx.c64 == offsetof (struct Elf, state.elf32.ehdr)); in elf_getshdrstrndx()
66 == sizeof (elf->state.elf32.ehdr)); in elf_getshdrstrndx()
82 ? elf->state.elf32.ehdr->e_shstrndx in elf_getshdrstrndx()
93 if (unlikely (elf->state.elf32.scns.cnt == 0)) in elf_getshdrstrndx()
101 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) in elf_getshdrstrndx()
103 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; in elf_getshdrstrndx()
107 offset = elf->state.elf32.ehdr->e_shoff; in elf_getshdrstrndx()
110 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx()
147 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
Delf_end.c118 || (offsetof (struct Elf, state.elf32.rawchunks) in elf_end()
120 ? elf->state.elf32.rawchunks in elf_end()
132 || (offsetof (struct Elf, state.elf32.scns) in elf_end()
134 ? &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()
Delf_clone.c58 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()
Delf_getphdrnum.c52 ? elf->state.elf32.ehdr->e_phnum in __elf_getphdrnum_rdlock()
58 ? &elf->state.elf32.scns in __elf_getphdrnum_rdlock()
67 && elf->state.elf32.scns.data[0].shdr.e32 != NULL)) in __elf_getphdrnum_rdlock()
89 ? elf->state.elf32.ehdr->e_phoff in __elf_getphdrnum_chk_rdlock()
Delf_nextscn.c55 || (offsetof (Elf, state.elf32.scns) in elf_nextscn()
58 if (elf->state.elf32.scns.cnt > 1) in elf_nextscn()
59 result = &elf->state.elf32.scns.data[1]; in elf_nextscn()
Delf_newscn.c55 == 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()
Dgelf_update_phdr.c58 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()
Delf_getident.c57 || (offsetof (struct Elf, state.elf32.ehdr) in elf_getident()
59 ? elf->state.elf32.ehdr->e_ident in elf_getident()
Delf_getscn.c59 || (offsetof (struct Elf, state.elf32.scns) in elf_getscn()
61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn()
Delf_getshdrnum.c61 || (offsetof (Elf, state.elf32.scns) in __elf_getshdrnum_rdlock()
63 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in __elf_getshdrnum_rdlock()
Delf_newdata.c56 || (offsetof (struct Elf, state.elf32.ehdr) in elf_newdata()
58 ? scn->elf->state.elf32.ehdr == NULL in elf_newdata()
Dgelf_getehdr.c59 if (offsetof (struct Elf, state.elf32.ehdr) in __gelf_getehdr_rdlock()
68 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in __gelf_getehdr_rdlock()
Delf_strptr.c74 || (offsetof (struct Elf, state.elf32.scns) in elf_strptr()
76 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_strptr()
Delf_getdata.c370 || (offsetof (struct Elf, state.elf32.ehdr) in __libelf_set_rawdata_wrlock()
373 elf->state.elf32.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock()
425 || (offsetof (struct Elf, state.elf32.ehdr) in __libelf_set_data_list_rdlock()
427 ? elf->state.elf32.ehdr->e_ident[EI_DATA] in __libelf_set_data_list_rdlock()
Dgelf_update_ehdr.c58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr()
Dgelf_getphdr.c66 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_getphdr()
Delf_getdata_rawchunk.c123 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA) in elf_getdata_rawchunk()
DlibelfP.h358 } elf32; member
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm19 %ifidn __OUTPUT_FORMAT__,elf32
98 %ifidn __OUTPUT_FORMAT__,elf32
122 %ifidn __OUTPUT_FORMAT__,elf32
191 %ifidn __OUTPUT_FORMAT__,elf32
385 %ifidn __OUTPUT_FORMAT__,elf32
/external/libunwind/src/
DMakefile.am78 LIBUNWIND_ELF = libunwind-elf32.la
176 noinst_HEADERS += elf32.h elf64.h elfxx.h
178 libunwind_elf32_la_SOURCES = elf32.c
478 libunwind_arm_la_LIBADD += libunwind-elf32.la
512 libunwind_hppa_la_LIBADD += libunwind-elf32.la
536 libunwind_x86_la_LIBADD += libunwind-elf32.la
560 libunwind_ppc32_la_LIBADD += libunwind-elf32.la
584 libunwind_sh_la_LIBADD += libunwind-elf32.la
/external/elfutils/libebl/
Deblopenbackend.c299 assert (offsetof (Elf, state.elf32.ehdr) in openbackend()
311 result->machine = elf->state.elf32.ehdr->e_machine; in openbackend()
312 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS]; in openbackend()
313 result->data = elf->state.elf32.ehdr->e_ident[EI_DATA]; in openbackend()
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm69 %ifidn __OUTPUT_FORMAT__,elf32
107 %ifidn __OUTPUT_FORMAT__,elf32
121 %ifidn __OUTPUT_FORMAT__,elf32
783 %ifidn __OUTPUT_FORMAT__,elf32
830 %ifidn __OUTPUT_FORMAT__,elf32
842 %ifidn __OUTPUT_FORMAT__,elf32
/external/libunwind/
DAndroid.mk225 libunwind_src_files_arm += src/elf32.c
226 libunwind_src_files_mips += src/elf32.c
227 libunwind_src_files_x86 += src/elf32.c
/external/libunwind/tests/
DMakefile.am140 LIBUNWIND_ELF = $(top_builddir)/src/libunwind-elf32.la

12