Home
last modified time | relevance | path

Searched refs:gelf_update_shdr (Results 1 – 24 of 24) 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()
195 if (gelf_update_shdr (scn, shdr) == 0) in add_sections()
243 if (gelf_update_shdr (new_shstrtab_scn, shdr) == 0) in add_sections()
Delfcopy.c60 if (gelf_update_shdr (zscn, zshdr) == 0) in setshstrndx()
205 if (gelf_update_shdr (new_scn, &shdr) == 0) in copy_elf()
Decp.c83 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
Dfillfile.c116 if (gelf_update_shdr (scn, shdr) == 0) in create_strtab()
157 if (gelf_update_shdr (scn, shdr) == 0) in add_data_section()
Demptyfile.c189 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.c223 if (gelf_update_shdr (scn, shdr) == 0) in check_elf()
Dnewdata.c136 if (gelf_update_shdr (scn, shdr) == 0) in create_elf()
/external/perf_data_converter/src/quipper/
Ddso_test_utils.cc116 CHECK(gelf_update_shdr(section, &section_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids()
142 CHECK(gelf_update_shdr(section, &section_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids()
/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/libelf/
Dgelf_update_shdr.c41 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src) in gelf_update_shdr() function
Dlibelf.map83 gelf_update_shdr;
DAndroid.bp121 "gelf_update_shdr.c",
Dgelf.h180 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
DMakefile.am70 gelf_update_shdr.c \
DChangeLog950 * gelf_update_shdr.c: Implicitly set ELF_F_DIRTY bit.
/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()
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()
Dunstrip.c260 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()
DChangeLog2787 (update_sh_size): Call it instead of gelf_update_shdr.