Home
last modified time | relevance | path

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

/external/elfutils/src/libasm/
Dasm_end.c158 (void) gelf_update_shdr (strscn, shdr); in binary_end()
241 (void) gelf_update_shdr (xndxscn, shdr); in binary_end()
285 (void) gelf_update_shdr (symscn, shdr); in binary_end()
310 (void) gelf_update_shdr (shstrscn, shdr); in binary_end()
376 (void) gelf_update_shdr (scn, shdr); in binary_end()
391 (void) gelf_update_shdr (scn, shdr); in binary_end()
402 (void) gelf_update_shdr (scn, shdr); in binary_end()
414 (void) gelf_update_shdr (scn, shdr); in binary_end()
431 (void) gelf_update_shdr (asmscn->data.main.scn, shdr); in binary_end()
454 (void) gelf_update_shdr (scn, shdr); in binary_end()
Dasm_newscn_ingrp.c76 (void) gelf_update_shdr (result->data.main.scn, shdr);
Dasm_newscn.c154 (void) gelf_update_shdr (scn, shdr); in binary_newscn()
/external/elfutils/src/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.mk114 gelf_update_shdr.c \
Dgelf.h175 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
DMakefile.am60 gelf_update_shdr.c \
DMakefile160 gelf_getshdr.$(OBJEXT) gelf_update_shdr.$(OBJEXT) \
417 gelf_update_shdr.c \
643 include ./$(DEPDIR)/gelf_update_shdr.Po
DMakefile.in160 gelf_getshdr.$(OBJEXT) gelf_update_shdr.$(OBJEXT) \
417 gelf_update_shdr.c \
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gelf_update_shdr.Po@am__quote@
DChangeLog267 * gelf_update_shdr.c: Implicitly set ELF_F_DIRTY bit.
/external/elfutils/src/libdwfl/
Ddwfl_report_elf.c120 if (unlikely (! gelf_update_shdr (prev_scn, in __libdwfl_elf_address_range()
131 && unlikely (! gelf_update_shdr (scn, shdr))) in __libdwfl_elf_address_range()
Drelocate.c79 && unlikely (! gelf_update_shdr (refscn, refshdr))) in __libdwfl_relocate_value()
612 gelf_update_shdr (scn, shdr); in relocate_section()
/external/elfutils/src/tests/
Decp.c79 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
/external/elfutils/src/src/
Dstrip.c949 if (unlikely (gelf_update_shdr (scn, &debugshdr) == 0)) in handle_elf()
1358 if (unlikely (gelf_update_shdr (scn, &shdr_info[cnt].shdr) == 0)) in handle_elf()
1382 (void) gelf_update_shdr (scn, shdr); in handle_elf()
1649 (void) gelf_update_shdr (scn, shdr); in handle_elf()
1862 gelf_update_shdr (scn, shdr); in handle_elf()
1955 (void) gelf_update_shdr (shdr_info[0].scn, &shdr_info[0].shdr); in handle_elf()
Dxelf.h331 # define xelf_update_shdr(scn, shdr) gelf_update_shdr (scn, shdr)
Dunstrip.c282 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf()
377 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr()
1451 ELF_CHECK (newdata != NULL && gelf_update_shdr (sec->outscn, in copy_elided_sections()
DChangeLog1239 (update_sh_size): Call it instead of gelf_update_shdr.