/external/elfutils/libasm/ |
D | asm_end.c | 157 (void) gelf_update_shdr (strscn, shdr); in binary_end() 240 (void) gelf_update_shdr (xndxscn, shdr); in binary_end() 285 (void) gelf_update_shdr (symscn, shdr); in binary_end() 311 (void) gelf_update_shdr (shstrscn, shdr); in binary_end() 377 (void) gelf_update_shdr (scn, shdr); in binary_end() 392 (void) gelf_update_shdr (scn, shdr); in binary_end() 403 (void) gelf_update_shdr (scn, shdr); in binary_end() 415 (void) gelf_update_shdr (scn, shdr); in binary_end() 432 (void) gelf_update_shdr (asmscn->data.main.scn, shdr); in binary_end() 455 (void) gelf_update_shdr (scn, shdr); in binary_end()
|
D | asm_newscn_ingrp.c | 72 (void) gelf_update_shdr (result->data.main.scn, shdr); in asm_newscn_ingrp()
|
D | asm_newscn.c | 153 (void) gelf_update_shdr (scn, shdr); in binary_newscn()
|
/external/elfutils/tests/ |
D | addsections.c | 60 if (gelf_update_shdr (zscn, zshdr) == 0) in setshstrndx() 145 if (gelf_update_shdr (shstrtab_scn, shdr) == 0) in add_sections() 195 if (gelf_update_shdr (scn, shdr) == 0) in add_sections() 243 if (gelf_update_shdr (new_shstrtab_scn, shdr) == 0) in add_sections()
|
D | elfcopy.c | 60 if (gelf_update_shdr (zscn, zshdr) == 0) in setshstrndx() 205 if (gelf_update_shdr (new_scn, &shdr) == 0) in copy_elf()
|
D | ecp.c | 83 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
|
D | fillfile.c | 116 if (gelf_update_shdr (scn, shdr) == 0) in create_strtab() 157 if (gelf_update_shdr (scn, shdr) == 0) in add_data_section()
|
D | emptyfile.c | 189 if (gelf_update_shdr (scn, shdr) == 0) in check_elf()
|
D | elfstrmerge.c | 406 if (gelf_update_shdr (zscn, zshdr) == 0) in main() 622 if (gelf_update_shdr (newscn, &newshdr) == 0) in main()
|
D | elfstrtab.c | 223 if (gelf_update_shdr (scn, shdr) == 0) in check_elf()
|
D | newdata.c | 136 if (gelf_update_shdr (scn, shdr) == 0) in create_elf()
|
/external/perf_data_converter/src/quipper/ |
D | dso_test_utils.cc | 116 CHECK(gelf_update_shdr(section, §ion_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids() 142 CHECK(gelf_update_shdr(section, §ion_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids()
|
/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 124 if (unlikely (! gelf_update_shdr (prev_scn, in __libdwfl_elf_address_range() 135 && unlikely (! gelf_update_shdr (scn, shdr))) in __libdwfl_elf_address_range()
|
D | relocate.c | 84 && unlikely (! gelf_update_shdr (refscn, refshdr))) in __libdwfl_relocate_value() 740 if (unlikely (gelf_update_shdr (scn, shdr) == 0)) in relocate_section()
|
/external/elfutils/libelf/ |
D | gelf_update_shdr.c | 41 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src) in gelf_update_shdr() function
|
D | libelf.map | 83 gelf_update_shdr;
|
D | Android.bp | 121 "gelf_update_shdr.c",
|
D | gelf.h | 180 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
|
D | Makefile.am | 70 gelf_update_shdr.c \
|
D | ChangeLog | 950 * gelf_update_shdr.c: Implicitly set ELF_F_DIRTY bit.
|
/external/elfutils/src/ |
D | elfcompress.c | 186 if (gelf_update_shdr (zscn, zshdr) == 0) in setshdrstrndx() 861 if (gelf_update_shdr (newscn, shdr) == 0) in process_file() 1037 if (gelf_update_shdr (scn, shdr) == 0) in process_file() 1143 if (gelf_update_shdr (scn, shdr) == 0) in process_file()
|
D | strip.c | 435 if (gelf_update_shdr (scn0, shdr0) == 0) in update_shdrstrndx() 697 gelf_update_shdr (scn, shdr); in remove_debug_relocations() 845 if (gelf_update_shdr (new_scn, &shdr) == 0) in handle_debug_relocs() 904 if (gelf_update_shdr (scn, &shdr) == 0) in handle_debug_relocs() 1588 if (unlikely (gelf_update_shdr (scn, &debugshdr) == 0)) in handle_elf() 2081 if (unlikely (gelf_update_shdr (scn, &shdr_info[cnt].shdr) == 0)) in handle_elf() 2109 if (unlikely (gelf_update_shdr (scn, &shdr_info[cnt].shdr) == 0)) in handle_elf() 2134 (void) gelf_update_shdr (scn, shdr); in handle_elf() 2431 (void) gelf_update_shdr (scn, shdr); in handle_elf()
|
D | unstrip.c | 260 ELF_CHECK (gelf_update_shdr (scn0, shdr0), in copy_elf() 289 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf() 416 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr() 1595 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn, in copy_elided_sections()
|
D | ChangeLog | 2787 (update_sh_size): Call it instead of gelf_update_shdr.
|