Home
last modified time | relevance | path

Searched refs:gelf_update_shdr (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/libasm/
Dasm_end.c157 (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()
Dasm_newscn_ingrp.c72 (void) gelf_update_shdr (result->data.main.scn, shdr); in asm_newscn_ingrp()
Dasm_newscn.c153 (void) gelf_update_shdr (scn, shdr); in binary_newscn()
/external/elfutils/tests/
Daddsections.c60 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()
Delfcopy.c60 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()
Decp.c83 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
Dfillfile.c117 if (gelf_update_shdr (scn, shdr) == 0) in create_strtab()
158 if (gelf_update_shdr (scn, shdr) == 0) in add_data_section()
Demptyfile.c190 if (gelf_update_shdr (scn, shdr) == 0) in check_elf()
Delfstrmerge.c406 if (gelf_update_shdr (zscn, zshdr) == 0) in main()
622 if (gelf_update_shdr (newscn, &newshdr) == 0) in main()
Delfstrtab.c224 if (gelf_update_shdr (scn, shdr) == 0) in check_elf()
Dnewdata.c137 if (gelf_update_shdr (scn, shdr) == 0) in create_elf()
/external/elfutils/libelf/
Dgelf_update_shdr.c41 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src) in gelf_update_shdr() function
Dlibelf.map83 gelf_update_shdr;
Dgelf.h180 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
DMakefile.am70 gelf_update_shdr.c \
DChangeLog1111 * gelf_update_shdr.c: Implicitly set ELF_F_DIRTY bit.
/external/elfutils/libdwfl/
Ddwfl_report_elf.c124 if (unlikely (! gelf_update_shdr (prev_scn, in __libdwfl_elf_address_range()
135 && unlikely (! gelf_update_shdr (scn, shdr))) in __libdwfl_elf_address_range()
Drelocate.c84 && 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/
Delfcompress.c186 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()
Dstrip.c435 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()
Dunstrip.c256 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()
DChangeLog3193 (update_sh_size): Call it instead of gelf_update_shdr.