Searched refs:gelf_update_shdr (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/src/libasm/ |
D | asm_end.c | 158 (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()
|
D | asm_newscn_ingrp.c | 76 (void) gelf_update_shdr (result->data.main.scn, shdr);
|
D | asm_newscn.c | 154 (void) gelf_update_shdr (scn, shdr); in binary_newscn()
|
/external/elfutils/src/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.mk | 114 gelf_update_shdr.c \
|
D | gelf.h | 175 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
|
D | Makefile.am | 60 gelf_update_shdr.c \
|
D | Makefile | 160 gelf_getshdr.$(OBJEXT) gelf_update_shdr.$(OBJEXT) \ 417 gelf_update_shdr.c \ 643 include ./$(DEPDIR)/gelf_update_shdr.Po
|
D | Makefile.in | 160 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@
|
D | ChangeLog | 267 * gelf_update_shdr.c: Implicitly set ELF_F_DIRTY bit.
|
/external/elfutils/src/libdwfl/ |
D | dwfl_report_elf.c | 120 if (unlikely (! gelf_update_shdr (prev_scn, in __libdwfl_elf_address_range() 131 && unlikely (! gelf_update_shdr (scn, shdr))) in __libdwfl_elf_address_range()
|
D | relocate.c | 79 && unlikely (! gelf_update_shdr (refscn, refshdr))) in __libdwfl_relocate_value() 612 gelf_update_shdr (scn, shdr); in relocate_section()
|
/external/elfutils/src/tests/ |
D | ecp.c | 79 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)); in main()
|
/external/elfutils/src/src/ |
D | strip.c | 949 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()
|
D | xelf.h | 331 # define xelf_update_shdr(scn, shdr) gelf_update_shdr (scn, shdr)
|
D | unstrip.c | 282 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()
|
D | ChangeLog | 1239 (update_sh_size): Call it instead of gelf_update_shdr.
|