Home
last modified time | relevance | path

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

12

/external/elfutils/src/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()
316 elf->state.elf32.ehdr = ehdr; in file_read_elf()
327 elf->state.elf32.shdr in file_read_elf()
335 elf->state.elf32.scns.data[cnt].index = cnt; in file_read_elf()
336 elf->state.elf32.scns.data[cnt].elf = elf; in file_read_elf()
337 elf->state.elf32.scns.data[cnt].shdr.e32 = in file_read_elf()
338 &elf->state.elf32.shdr[cnt]; in file_read_elf()
339 if (likely (elf->state.elf32.shdr[cnt].sh_offset < maxsize) in file_read_elf()
[all …]
Delf_getshdrstrndx.c66 == offsetof (struct Elf, state.elf32.ehdr));
68 == sizeof (elf->state.elf32.ehdr));
84 ? elf->state.elf32.ehdr->e_shstrndx
95 if (unlikely (elf->state.elf32.scns.cnt == 0))
103 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
105 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
109 offset = elf->state.elf32.ehdr->e_shoff;
112 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA
149 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
Delf_end.c119 || (offsetof (struct Elf, state.elf32.rawchunks)
121 ? elf->state.elf32.rawchunks
133 || (offsetof (struct Elf, state.elf32.scns)
135 ? &elf->state.elf32.scns
184 || (offsetof (struct Elf, state.elf32.scns)
186 ? &elf->state.elf32.scns
196 || (offsetof (struct Elf, state.elf32.shdr)
198 ? (void *) elf->state.elf32.shdr
204 || (offsetof (struct Elf, state.elf32.phdr)
206 ? (void *) elf->state.elf32.phdr
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.c53 ? elf->state.elf32.ehdr->e_phnum
59 ? &elf->state.elf32.scns
68 && elf->state.elf32.scns.data[0].shdr.e32 != NULL))
103 ? elf->state.elf32.ehdr->e_phoff
Delf_nextscn.c57 || (offsetof (Elf, state.elf32.scns)
60 if (elf->state.elf32.scns.cnt > 1)
61 result = &elf->state.elf32.scns.data[1];
Delf_newscn.c56 == offsetof (Elf, state.elf32.scns_last));
59 assert (offsetof (Elf, state.elf32.scns)
72 || (offsetof (Elf, state.elf32.scns)
74 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
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()
Dgelf_getphdr.c69 Elf32_Phdr *phdr = elf->state.elf32.phdr;
83 if (ndx >= elf->state.elf32.ehdr->e_phnum
84 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM
Delf_getident.c59 || (offsetof (struct Elf, state.elf32.ehdr)
61 ? elf->state.elf32.ehdr->e_ident
Delf_getscn.c61 || (offsetof (struct Elf, state.elf32.scns)
63 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
Delf_getshdrnum.c62 || (offsetof (Elf, state.elf32.scns)
64 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
Delf_newdata.c56 || (offsetof (struct Elf, state.elf32.ehdr) in elf_newdata()
58 ? scn->elf->state.elf32.ehdr == NULL in elf_newdata()
Dgelf_getehdr.c60 if (offsetof (struct Elf, state.elf32.ehdr)
69 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
Delf_strptr.c62 || (offsetof (struct Elf, state.elf32.scns)
64 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
Delf_getdata.c306 || (offsetof (struct Elf, state.elf32.ehdr) in __libelf_set_rawdata_wrlock()
309 elf->state.elf32.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock()
444 || (offsetof (struct Elf, state.elf32.ehdr)
446 ? elf->state.elf32.ehdr->e_ident[EI_DATA]
Dgelf_update_ehdr.c58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr()
Delf_getdata_rawchunk.c113 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA)
DlibelfP.h346 } 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/src/libebl/
Deblopenbackend.c300 assert (offsetof (Elf, state.elf32.ehdr)
312 result->machine = elf->state.elf32.ehdr->e_machine;
313 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
314 result->data = elf->state.elf32.ehdr->e_ident[EI_DATA];
/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/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm56 %ifidn __OUTPUT_FORMAT__,elf32
615 %elifidn __OUTPUT_FORMAT__,elf32
661 %elifidn __OUTPUT_FORMAT__,elf32
/external/libunwind/tests/
DMakefile.am140 LIBUNWIND_ELF = $(top_builddir)/src/libunwind-elf32.la

12