HomeSort by relevance Sort by last modified time
    Searched refs:GElf_Shdr (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/libelf/
gelf_getshdr.c 28 GElf_Shdr *
31 GElf_Shdr *dst;
33 GElf_Shdr *result = NULL;
83 result = memcpy (dst, shdr, sizeof (GElf_Shdr));
elf-knowledge.h 34 GElf_Shdr shdr_mem_l; \
35 GElf_Shdr *shdr_l = gelf_getshdr (scn_l, &shdr_mem_l); \
gelf_update_shdr.c 29 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src)
85 (void) memcpy (shdr, src, sizeof (GElf_Shdr));
elf32_checksum.c 78 GElf_Shdr shdr_mem;
79 GElf_Shdr *shdr;
gelf.h 53 typedef Elf64_Shdr GElf_Shdr;
157 extern GElf_Shdr *gelf_getshdr (Elf_Scn *__scn, GElf_Shdr *__dst);
160 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
nlist.c 54 GElf_Shdr shdr_mem;
55 GElf_Shdr *shdr = NULL;
  /external/elfcopy/
elfcopy.h 13 GElf_Shdr old_shdr;
16 GElf_Shdr shdr;
  /build/tools/apriori/
source.c 5 GElf_Shdr *shdr,
source.h 20 GElf_Shdr shdr;
118 GElf_Shdr *shdr,
  /external/elfutils/libasm/
asm_newscn_ingrp.c 55 GElf_Shdr shdr_mem;
56 GElf_Shdr *shdr = gelf_getshdr (result->data.main.scn, &shdr_mem);
asm_newscn.c 94 GElf_Shdr shdr_mem;
95 GElf_Shdr *shdr;
  /external/elfutils/tests/
asm-tst7.c 84 GElf_Shdr shdr_mem;
85 GElf_Shdr *shdr;
asm-tst8.c 85 GElf_Shdr shdr_mem;
86 GElf_Shdr *shdr;
scnnames.c 66 GElf_Shdr shdr;
asm-tst1.c 142 GElf_Shdr shdr_mem;
143 GElf_Shdr *shdr;
asm-tst2.c 158 GElf_Shdr shdr_mem;
159 GElf_Shdr *shdr;
sectiondump.c 78 GElf_Shdr *shdr;
79 GElf_Shdr shdr_mem;
ecp.c 74 GElf_Shdr shdr_mem;
asm-tst3.c 158 GElf_Shdr shdr_mem;
159 GElf_Shdr *shdr;
asm-tst9.c 192 GElf_Shdr shdr_mem;
193 GElf_Shdr *shdr;
  /external/elfutils/src/
elflint.c 322 GElf_Shdr shdr_mem;
323 GElf_Shdr *shdr;
443 GElf_Shdr shdr_mem;
444 GElf_Shdr *shdr;
462 GElf_Shdr shdr_mem;
463 GElf_Shdr *shdr;
536 GElf_Shdr shdr_mem;
537 GElf_Shdr *shdr;
585 GElf_Shdr shdr_mem;
586 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem)
    [all...]
readelf.c 165 GElf_Shdr *shdr);
167 GElf_Shdr *shdr);
170 GElf_Shdr *shdr);
173 GElf_Shdr *shdr);
175 GElf_Shdr *shdr);
177 GElf_Shdr *shdr);
619 GElf_Shdr shdr_mem;
620 GElf_Shdr *shdr;
633 GElf_Shdr shdr_mem;
634 GElf_Shdr *shdr
    [all...]
size.c 420 GElf_Shdr shdr_mem;
434 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
463 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
496 GElf_Shdr shdr_mem;
516 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
553 GElf_Shdr shdr_mem;
563 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
  /external/elfutils/libdw/
dwarf_begin_elf.c 53 GElf_Shdr shdr_mem;
54 GElf_Shdr *shdr;
  /build/tools/lsd/
lsd.c 24 GElf_Shdr shdr;
173 GElf_Shdr *shdr, shdr_mem;
185 memcpy(&source->symtab.shdr, shdr, sizeof(GElf_Shdr));
201 memcpy(&source->dynamic.shdr, shdr, sizeof(GElf_Shdr));
207 memcpy(&source->hash.shdr, shdr, sizeof(GElf_Shdr));
222 memcpy(&reloc->shdr, shdr, sizeof(GElf_Shdr));
334 GElf_Shdr *shdr, shdr_mem;

Completed in 710 milliseconds

1 2