Home
last modified time | relevance | path

Searched refs:elf_update (Results 1 – 25 of 31) sorted by relevance

12

/external/elfutils/tests/
Delfstrtab.c230 if (elf_update (elf, ELF_C_NULL) < 0) in check_elf()
240 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
265 if (elf_update (elf, ELF_C_NULL) < 0) in check_elf()
327 if (elf_update (elf, ELF_C_NULL) < 0) in check_elf()
337 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
Dupdate2.c102 if (elf_update (elf, ELF_C_NULL) < 0) in main()
120 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dupdate3.c151 if (elf_update (elf, ELF_C_NULL) < 0) in main()
169 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Delfshphehdr.c90 check_elf ("elf_update", elf_update (elf, ELF_C_NULL) > 0); in test()
124 check_elf ("elf_update", elf_update (elf, ELF_C_NULL) > 0); in test()
Demptyfile.c113 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
196 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
Dalldts.c220 if (elf_update (elf, ELF_C_NULL) < 0) in main()
247 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Drdwrmmap.c42 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dupdate4.c303 if (elf_update (elf, ELF_C_NULL) < 0) in main()
321 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dnewdata.c63 if (elf_update (elf, ELF_C_NULL) < 0) in add_section_data()
146 if (elf_update (elf, ELF_C_WRITE) < 0) in create_elf()
Decp.c90 if (elf_update (outelf, ELF_C_WRITE) == -1) in main()
Dupdate1.c89 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
Dfillfile.c253 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
334 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
Dvendorelf.c112 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
Delfcopy.c230 if (elf_update (elfb, ELF_C_WRITE) < 0) in copy_elf()
Daddsections.c259 if (elf_update (elf, ELF_C_WRITE) < 0) in add_sections()
/external/perf_data_converter/src/quipper/
Ddso_test_utils.cc101 CHECK(elf_update(elf, ELF_C_NULL) > 0) << elf_errmsg(-1); in WriteElfWithMultipleBuildids()
149 CHECK(elf_update(elf, ELF_C_WRITE) > 0) << elf_errmsg(-1); in WriteElfWithMultipleBuildids()
/external/elfutils/libelf/
Dlibelf.map55 elf_update;
DChangeLog157 * elf_update.c (write_file): Try to mremap if file needs to be
259 * elf_update.c: Set ELF_F_MMAPPED flag if we mmap from elf_update.
467 * elf_update.c (write_file): Only use posix_fallocate when using
527 * elf_update.c (write_file): Always also use ftruncate before
594 * elf_update.c (write_file): Use posix_fallocate instead of
798 * elf_update.c (write_file): Remove _MUDFLAP condition.
1316 (elf_update, elf_getbase, elf_getaroff): Return off64_t.
1482 * elf_update.c: Remove debug message.
1508 * elf_update.c (write_file): Stat the file and fchmod it after update
1585 * elf_update.c (elf_update): Get write lock, not read lock.
[all …]
Delf_update.c168 elf_update (Elf *elf, Elf_Cmd cmd) in elf_update() function
DAndroid.bp86 "elf_update.c",
DMakefile.am75 elf_update.c elf32_updatenull.c elf64_updatenull.c \
Dlibelf.h242 extern int64_t elf_update (Elf *__elf, Elf_Cmd __cmd);
/external/elfutils/doc/
Delfutils.sgml189 <refname id="elfUupdate.refname">elf_update</refname>
199 <funcdef>off_t <function>elf_update</function></funcdef>
213 <title>Fields not set by <function>elf_update</function></title>
/external/elfutils/
DTODO14 Currently the elf_update function trusts the user blindly if the
/external/elfutils/libasm/
Dasm_end.c466 if (unlikely (elf_update (ctx->out.elf, ELF_C_WRITE_MMAP) < 0)) in binary_end()

12