Searched refs:elf_update (Results 1 – 25 of 31) sorted by relevance
12
/external/elfutils/tests/ |
D | elfstrtab.c | 230 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()
|
D | update2.c | 102 if (elf_update (elf, ELF_C_NULL) < 0) in main() 120 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
|
D | update3.c | 151 if (elf_update (elf, ELF_C_NULL) < 0) in main() 169 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
|
D | elfshphehdr.c | 90 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()
|
D | emptyfile.c | 113 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf() 196 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
|
D | alldts.c | 220 if (elf_update (elf, ELF_C_NULL) < 0) in main() 247 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
|
D | rdwrmmap.c | 42 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
|
D | update4.c | 303 if (elf_update (elf, ELF_C_NULL) < 0) in main() 321 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
|
D | newdata.c | 63 if (elf_update (elf, ELF_C_NULL) < 0) in add_section_data() 146 if (elf_update (elf, ELF_C_WRITE) < 0) in create_elf()
|
D | ecp.c | 90 if (elf_update (outelf, ELF_C_WRITE) == -1) in main()
|
D | update1.c | 89 if (elf_update (elf, ELF_C_WRITE) < 0) in main()
|
D | fillfile.c | 253 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf() 334 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
|
D | vendorelf.c | 112 if (elf_update (elf, ELF_C_WRITE) < 0) in check_elf()
|
D | elfcopy.c | 230 if (elf_update (elfb, ELF_C_WRITE) < 0) in copy_elf()
|
D | addsections.c | 259 if (elf_update (elf, ELF_C_WRITE) < 0) in add_sections()
|
/external/perf_data_converter/src/quipper/ |
D | dso_test_utils.cc | 101 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/ |
D | libelf.map | 55 elf_update;
|
D | ChangeLog | 157 * 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 …]
|
D | elf_update.c | 168 elf_update (Elf *elf, Elf_Cmd cmd) in elf_update() function
|
D | Android.bp | 86 "elf_update.c",
|
D | Makefile.am | 75 elf_update.c elf32_updatenull.c elf64_updatenull.c \
|
D | libelf.h | 242 extern int64_t elf_update (Elf *__elf, Elf_Cmd __cmd);
|
/external/elfutils/doc/ |
D | elfutils.sgml | 189 <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/ |
D | TODO | 14 Currently the elf_update function trusts the user blindly if the
|
/external/elfutils/libasm/ |
D | asm_end.c | 466 if (unlikely (elf_update (ctx->out.elf, ELF_C_WRITE_MMAP) < 0)) in binary_end()
|
12