HomeSort by relevance Sort by last modified time
    Searched refs:elf_update (Results 1 - 20 of 20) sorted by null

  /external/elfutils/tests/
rdwrmmap.c 42 if (elf_update (elf, ELF_C_WRITE) < 0)
43 error (1, 0, "elf_update: %s", elf_errmsg (-1));
elfstrtab.c 230 if (elf_update (elf, ELF_C_NULL) < 0)
232 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1));
237 check_orig_strings (elf, ndx, "first elf_update, before write");
240 if (elf_update (elf, ELF_C_WRITE) < 0)
242 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1));
247 check_orig_strings (elf, ndx, "first elf_update, after write");
265 if (elf_update (elf, ELF_C_NULL) < 0)
267 printf ("failure in re-elf_update(NULL): %s\n", elf_errmsg (-1));
327 if (elf_update (elf, ELF_C_NULL) < 0)
329 printf ("failure in rw-elf_update(NULL): %s\n", elf_errmsg (-1))
    [all...]
elfshphehdr.c 90 check_elf ("elf_update", elf_update (elf, ELF_C_NULL) > 0);
124 check_elf ("elf_update", elf_update (elf, ELF_C_NULL) > 0);
update2.c 1 /* Test program for elf_update function.
102 if (elf_update (elf, ELF_C_NULL) < 0)
104 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1));
120 if (elf_update (elf, ELF_C_WRITE) < 0)
122 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1));
update3.c 1 /* Test program for elf_update function.
151 if (elf_update (elf, ELF_C_NULL) < 0)
153 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1));
169 if (elf_update (elf, ELF_C_WRITE) < 0)
171 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1));
ecp.c 90 if (elf_update (outelf, ELF_C_WRITE) == -1)
91 error (EXIT_FAILURE, 0, "elf_update failed: %s", elf_errmsg (-1));
update1.c 1 /* Test program for elf_update function.
89 if (elf_update (elf, ELF_C_WRITE) < 0)
91 printf ("failure in elf_update: %s\n", elf_errmsg (-1));
alldts.c 140 by elf_update later, so for now just store the address. */
220 if (elf_update (elf, ELF_C_NULL) < 0)
222 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1));
247 if (elf_update (elf, ELF_C_WRITE) < 0)
249 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1));
newdata.c 63 if (elf_update (elf, ELF_C_NULL) < 0)
65 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1));
146 if (elf_update (elf, ELF_C_WRITE) < 0)
148 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1));
update4.c 1 /* Test program for elf_update function.
303 if (elf_update (elf, ELF_C_NULL) < 0)
305 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1));
321 if (elf_update (elf, ELF_C_WRITE) < 0)
323 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1));
elfstrmerge.c 624 /* If we have phdrs we want elf_update to layout the SHF_ALLOC
646 if (elf_update (elfnew, ELF_C_WRITE) == -1)
  /external/elfutils/libelf/
elf_update.c 150 elf_update (Elf *elf, Elf_Cmd cmd) function
Makefile.am 65 elf_update.c elf32_updatenull.c elf64_updatenull.c \
libelf.h 216 extern int64_t elf_update (Elf *__elf, Elf_Cmd __cmd);
358 calling elf_update the section has to be flagged ELF_F_DIRTY. */
  /external/elfutils/libasm/
asm_end.c 465 if (unlikely (elf_update (ctx->out.elf, ELF_C_WRITE_MMAP)) < 0)
  /bionic/tools/relocation_packer/src/
elf_file.cc     [all...]
  /external/elfutils/src/
elfcompress.c 1198 /* If we have phdrs we want elf_update to layout the SHF_ALLOC
    [all...]
strip.c     [all...]
unstrip.c 1957 ELF_CHECK (elf_update (unstripped, ELF_C_WRITE) > 0, function
    [all...]
ldgeneric.c     [all...]

Completed in 474 milliseconds