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

1 2 3

  /external/elfutils/libelf/
elf_scnshndx.c 65 GElf_Shdr shdr_mem;
gelf_getshdr.c 61 GElf_Shdr *
64 GElf_Shdr *dst;
66 GElf_Shdr *result = NULL;
118 result = memcpy (dst, shdr, sizeof (GElf_Shdr));
gelf_update_shdr.c 62 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src)
120 (void) memcpy (shdr, src, sizeof (GElf_Shdr));
elf32_checksum.c 120 GElf_Shdr shdr_mem;
121 GElf_Shdr *shdr;
gelf.h 86 typedef Elf64_Shdr GElf_Shdr;
193 extern GElf_Shdr *gelf_getshdr (Elf_Scn *__scn, GElf_Shdr *__dst);
196 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
  /external/elfutils/libebl/
eblsectionstripp.c 59 ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr,
73 GElf_Shdr shdr_mem_l;
74 GElf_Shdr *shdr_l = gelf_getshdr (scn_l, &shdr_mem_l);
ebl_check_special_section.c 61 const GElf_Shdr *shdr;
ebl_check_special_symbol.c 64 const GElf_Shdr *destshdr;
ebl-hooks.h 90 const GElf_Shdr *, const char *);
145 const char *, const GElf_Shdr *);
  /external/elfutils/backends/
alpha_symbol.c 84 const GElf_Shdr *shdr,
99 GElf_Shdr scn_shdr;
ppc_symbol.c 91 GElf_Shdr shdr_mem;
92 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
118 const char *name, const GElf_Shdr *destshdr)
sparc_symbol.c 73 const GElf_Shdr *shdr,
87 GElf_Shdr scn_shdr;
ppc64_symbol.c 94 const GElf_Shdr *destshdr)
  /external/elfutils/libasm/
asm_newscn_ingrp.c 67 GElf_Shdr shdr_mem;
68 GElf_Shdr *shdr = gelf_getshdr (result->data.main.scn, &shdr_mem);
disasm_cb.c 80 GElf_Shdr shdr_mem;
81 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
  /external/elfutils/src/
elflint.c 105 GElf_Shdr *shdr, int idx);
321 GElf_Shdr shdr_mem;
322 GElf_Shdr *shdr;
442 GElf_Shdr shdr_mem;
443 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
459 GElf_Shdr shdr_mem;
460 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
525 GElf_Shdr shdr_mem;
526 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
563 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx
    [all...]
objdump.c 361 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
402 GElf_Shdr destshdr_mem;
403 GElf_Shdr *destshdr;
434 show_relocs_rela (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
475 GElf_Shdr destshdr_mem;
476 GElf_Shdr *destshdr;
511 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx)
548 GElf_Shdr shdr_mem;
549 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
559 GElf_Shdr destshdr_mem
    [all...]
readelf.c 212 static void handle_relocs_rel (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
213 static void handle_relocs_rela (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
215 static void handle_symtab (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
217 static void handle_verneed (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
218 static void handle_verdef (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
220 GElf_Shdr *shdr);
766 GElf_Shdr shdr_mem;
767 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
778 GElf_Shdr shdr_mem;
779 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem)
    [all...]
unstrip.c 279 GElf_Shdr shdr_mem;
322 section_can_shrink (const GElf_Shdr *shdr)
352 GElf_Shdr shdr_mem;
353 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (elf, i), &shdr_mem);
376 GElf_Shdr shdr_mem;
377 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
388 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr,
389 size_t map[], const GElf_Shdr *symshdr)
426 GElf_Shdr shdr_mem;
427 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem)
    [all...]
  /external/elfutils/libdwfl/
offline.c 66 const GElf_Shdr *shdr __attribute__ ((unused)),
87 GElf_Shdr shdr_mem;
88 GElf_Shdr *sh = gelf_getshdr (scn, &shdr_mem);
98 GElf_Shdr shdr_mem;
99 GElf_Shdr *main_shdr = gelf_getshdr (scn, &shdr_mem);
dwfl_module_addrsym.c 79 GElf_Shdr shdr_mem;
80 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
dwfl_report_elf.c 89 GElf_Shdr shdr_mem;
90 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
122 GElf_Shdr prev_shdr_mem;
123 GElf_Shdr *prev_shdr = gelf_getshdr (prev_scn,
  /external/elfutils/tests/
asm-tst7.c 107 GElf_Shdr shdr_mem;
108 GElf_Shdr *shdr;
asm-tst8.c 108 GElf_Shdr shdr_mem;
109 GElf_Shdr *shdr;
scnnames.c 84 GElf_Shdr shdr;

Completed in 253 milliseconds

1 2 3