Searched refs:elf (Results 201 - 225 of 556) sorted by relevance

1234567891011>>

/external/elfutils/libelf/
H A Dgelf_getsymshndx.c62 rwlock_rdlock (symdata_scn->s->elf->lock);
80 if (symdata_scn->s->elf->class == ELFCLASS32)
133 rwlock_unlock (symdata_scn->s->elf->lock);
H A Dgelf_update_symshndx.c65 rwlock_wrlock (scn->elf->lock);
86 if (scn->elf->class == ELFCLASS32)
142 rwlock_unlock (scn->elf->lock);
H A Delf_flagdata.c51 if (data_scn == NULL || unlikely (data_scn->s->elf->kind != ELF_K_ELF))
H A Delf_flagscn.c48 if (unlikely (scn->elf->kind != ELF_K_ELF))
H A Delf_flagshdr.c48 if (unlikely (scn->elf->kind != ELF_K_ELF))
H A Dgelf_getchdr.c50 if (scn->elf->class == ELFCLASS32)
H A Dgelf_getnote.c57 rwlock_rdlock (((Elf_Data_Scn *) data)->s->elf->lock);
97 rwlock_unlock (((Elf_Data_Scn *) data)->s->elf->lock);
/external/elfutils/backends/
H A Daarch64_init.c42 aarch64_init (Elf *elf __attribute__ ((unused)),
H A Dsh_init.c43 sh_init (Elf *elf __attribute__ ((unused)),
H A Dtilegx_corenote.c34 #include <elf.h>
/external/elfutils/libasm/
H A Ddisasm_cb.c81 while ((scn = elf_nextscn (ctx->elf, scn)) != NULL)
93 xndxdata = elf_getdata (elf_getscn (ctx->elf, xndxscnidx), NULL);
121 GElf_Ehdr *ehdr = gelf_getehdr (ctx->elf, &ehdr_mem);
162 if (ctx->elf != NULL)
/external/elfutils/src/
H A Dranlib.c134 copy_content (Elf *elf, int newfd, off_t off, size_t n) argument
137 char *rawfile = elf_rawfile (elf, &len);
194 Elf *elf; local
196 while ((elf = elf_begin (fd, cmd, arelf)) != NULL)
198 Elf_Arhdr *arhdr = elf_getarhdr (elf);
204 index_off = elf_getaroff (elf);
209 arlib_add_symbols (elf, fname, arhdr->ar_name, cur_off);
215 cmd = elf_next (elf);
216 if (elf_end (elf) != 0)
/external/elfutils/tests/
H A Dasm-tst9.c89 Elf *elf; local
175 elf = elf_begin (fd, ELF_C_READ, NULL);
176 if (elf == NULL)
182 if (elf_kind (elf) != ELF_K_ELF)
189 ehdr = gelf_getehdr (elf, &ehdr_mem);
210 escn = elf_getscn (elf, cnt);
227 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
231 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
325 elf_end (elf);
H A Delfstrmerge.c37 static Elf *elf = NULL; variable
88 elf_end (elf);
170 elf = elf_begin (fd, ELF_C_READ, NULL);
171 if (elf == NULL)
175 if (gelf_getehdr (elf, &ehdr) == NULL)
180 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0)
183 Elf_Scn *shdrstrscn = elf_getscn (elf, shdrstrndx);
197 while ((symtabscn = elf_nextscn (elf, symtabscn)) != NULL)
219 Elf_Scn *strtabscn = elf_getscn (elf, strtabndx);
236 if (elf_getphdrnum (elf,
[all...]
H A Drun-strip-strmerge.sh25 merged=merged.elf
28 remerged=remerged.elf
53 merged=merged.elf
56 remerged=remerged.elf
/external/fio/arch/
H A Darch-sh.h22 #include <elf.h>
/external/llvm/test/MC/AsmParser/
H A Ddirective_rept.s1 # RUN: llvm-mc -triple i686-elf -filetype asm -o - %s | FileCheck %s
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Delf-eflags-eabi.s2 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
/external/syslinux/com32/lib/sys/module/
H A Delfutils.h4 #include <elf.h>
/external/syslinux/core/elflink/
H A Delfutils.h4 #include <elf.h>
/external/syslinux/mk/
H A Dbuild.mk26 .SUFFIXES: .c .o .S .s .i .elf .com .bin .asm .lst .c32 .lss
/external/syslinux/sample/
H A DMakefile33 rm -f *.o *.a *.lst *.elf .*.d
/external/elfutils/libebl/
H A Deblopenbackend.c146 static bool default_reloc_valid_use (Elf *elf, int ignore);
148 static bool default_gotpc_reloc_check (Elf *elf, int ignore);
184 static bool default_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr,
191 static bool default_bss_plt_p (Elf *elf);
257 openbackend (Elf *elf, const char *emulation, GElf_Half machine) argument
303 if (elf == NULL)
311 result->machine = elf->state.elf32.ehdr->e_machine;
312 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
313 result->data = elf->state.elf32.ehdr->e_ident[EI_DATA];
356 && (modversion = initp (elf, machin
397 ebl_openbackend(Elf *elf) argument
[all...]
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c130 Elf *elf, bool resolved)
151 state->closest_elf = elf;
157 resolved ? state->mod->main.elf : elf,
167 state->sizeless_elf = elf;
187 state->closest_elf = elf;
202 Elf *elf; local
205 &shndx, &elf, NULL,
215 try_sym_value (state, value, &sym, name, shndx, elf, resolved);
222 adjusted_st_value = dwfl_adjusted_st_value (state->mod, elf,
127 try_sym_value(struct search_state *state, GElf_Addr value, GElf_Sym *sym, const char *name, GElf_Word shndx, Elf *elf, bool resolved) argument
[all...]
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-13.s1 @ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s

Completed in 7432 milliseconds

1234567891011>>