HomeSort by relevance Sort by last modified time
    Searched refs:gelf_update_shdr (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libasm/
asm_newscn_ingrp.c 61 (void) gelf_update_shdr (result->data.main.scn, shdr);
asm_end.c 144 (void) gelf_update_shdr (strscn, shdr);
225 (void) gelf_update_shdr (xndxscn, shdr);
269 (void) gelf_update_shdr (symscn, shdr);
292 (void) gelf_update_shdr (shstrscn, shdr);
360 (void) gelf_update_shdr (scn, shdr);
375 (void) gelf_update_shdr (scn, shdr);
386 (void) gelf_update_shdr (scn, shdr);
398 (void) gelf_update_shdr (scn, shdr);
415 (void) gelf_update_shdr (asmscn->data.main.scn, shdr);
438 (void) gelf_update_shdr (scn, shdr)
    [all...]
asm_newscn.c 138 (void) gelf_update_shdr (scn, shdr);
  /external/elfutils/libelf/
gelf_update_shdr.c 29 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src) function
Makefile.am 60 gelf_update_shdr.c \
gelf.h 160 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
Makefile 94 gelf_getshdr.$(OBJEXT) gelf_update_shdr.$(OBJEXT) \
281 gelf_update_shdr.c \
489 include ./$(DEPDIR)/gelf_update_shdr.Po
  /external/elfutils/tests/
ecp.c 75 gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem));
  /external/elfutils/src/
strip.c 845 if (unlikely (gelf_update_shdr (scn, &debugshdr)) == 0)
    [all...]
xelf.h 327 # define xelf_update_shdr(scn, shdr) gelf_update_shdr (scn, shdr)
  /external/elfutils/
Android.mk 103 libelf/gelf_update_shdr.c \

Completed in 67 milliseconds