/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() 214 if (gelf_update_shdr (scn, shdr) == 0) in add_sections() 262 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() 256 if (gelf_update_shdr (new_scn, &shdr) == 0) in copy_elf() 292 if (gelf_update_shdr (scn, &shdr) == 0) in copy_elf()
|
D | ecp.c | 83 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
|
D | fillfile.c | 117 if (gelf_update_shdr (scn, shdr) == 0) in create_strtab() 158 if (gelf_update_shdr (scn, shdr) == 0) in add_data_section()
|
D | emptyfile.c | 190 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 | 224 if (gelf_update_shdr (scn, shdr) == 0) in check_elf()
|
D | newdata.c | 137 if (gelf_update_shdr (scn, shdr) == 0) in create_elf()
|
/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 | gelf.h | 180 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
|
D | Makefile.am | 70 gelf_update_shdr.c \
|
D | ChangeLog | 1111 * gelf_update_shdr.c: Implicitly set ELF_F_DIRTY bit.
|
/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/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() 718 gelf_update_shdr (scn, shdr); in remove_debug_relocations() 866 if (gelf_update_shdr (new_scn, &shdr) == 0) in handle_debug_relocs() 925 if (gelf_update_shdr (scn, &shdr) == 0) in handle_debug_relocs() 955 (void) gelf_update_shdr (scn, shdr); in update_section_size() 1639 if (unlikely (gelf_update_shdr (scn, &debugshdr) == 0)) in handle_elf() 2133 if (unlikely (gelf_update_shdr (scn, &shdr_info[cnt].shdr) == 0)) in handle_elf() 2161 if (unlikely (gelf_update_shdr (scn, &shdr_info[cnt].shdr) == 0)) in handle_elf() 2447 (void) gelf_update_shdr (scn, shdr); in handle_elf()
|
D | unstrip.c | 256 ELF_CHECK (gelf_update_shdr (scn0, shdr0), in copy_elf() 285 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf() 418 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr() 1625 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn, in copy_elided_sections()
|
D | ChangeLog | 3193 (update_sh_size): Call it instead of gelf_update_shdr.
|