Searched refs:elf32 (Results 1 – 25 of 37) sorted by relevance
12
/external/elfutils/src/libelf/ |
D | elf_begin.c | 289 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 …]
|
D | elf_getshdrstrndx.c | 66 == 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)
|
D | elf_end.c | 119 || (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
|
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 59 ? &elf->state.elf32.scns 68 && elf->state.elf32.scns.data[0].shdr.e32 != NULL)) 103 ? elf->state.elf32.ehdr->e_phoff
|
D | elf_nextscn.c | 57 || (offsetof (Elf, state.elf32.scns) 60 if (elf->state.elf32.scns.cnt > 1) 61 result = &elf->state.elf32.scns.data[1];
|
D | elf_newscn.c | 56 == 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)))
|
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 | gelf_getphdr.c | 69 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
|
D | elf_getident.c | 59 || (offsetof (struct Elf, state.elf32.ehdr) 61 ? elf->state.elf32.ehdr->e_ident
|
D | elf_getscn.c | 61 || (offsetof (struct Elf, state.elf32.scns) 63 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
D | elf_getshdrnum.c | 62 || (offsetof (Elf, state.elf32.scns) 64 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
|
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 | 60 if (offsetof (struct Elf, state.elf32.ehdr) 69 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr;
|
D | elf_strptr.c | 62 || (offsetof (struct Elf, state.elf32.scns) 64 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
D | elf_getdata.c | 306 || (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]
|
D | gelf_update_ehdr.c | 58 Elf32_Ehdr *ehdr = elf->state.elf32.ehdr; in gelf_update_ehdr()
|
D | elf_getdata_rawchunk.c | 113 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA)
|
D | libelfP.h | 346 } elf32; member
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 19 %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/ |
D | Makefile.am | 78 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/ |
D | eblopenbackend.c | 300 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/ |
D | Android.mk | 225 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/ |
D | x86inc.asm | 56 %ifidn __OUTPUT_FORMAT__,elf32 615 %elifidn __OUTPUT_FORMAT__,elf32 661 %elifidn __OUTPUT_FORMAT__,elf32
|
/external/libunwind/tests/ |
D | Makefile.am | 140 LIBUNWIND_ELF = $(top_builddir)/src/libunwind-elf32.la
|
12