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

1 2 3

  /external/elfutils/0.153/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/0.153/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 *);
146 const char *, const GElf_Shdr *);
  /external/elfutils/0.153/backends/
alpha_symbol.c 85 const GElf_Shdr *shdr,
100 GElf_Shdr scn_shdr;
133 const GElf_Shdr *destshdr __attribute__ ((unused)))
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/0.153/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/ltrace/
ltrace-elf.h 111 Elf_Data *elf_loaddata(Elf_Scn *scn, GElf_Shdr *shdr);
119 Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr);
121 Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr);
123 Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr);
139 int elf_read_relocs(struct ltelf *lte, Elf_Scn *scn, GElf_Shdr *shdr,
ltrace-elf.c 116 elf_loaddata(Elf_Scn *scn, GElf_Shdr *shdr)
126 elf_get_section_if(struct ltelf *lte, Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr,
127 int (*predicate)(Elf_Scn *, GElf_Shdr *, void *data),
133 GElf_Shdr shdr;
152 inside_p(Elf_Scn *scn, GElf_Shdr *shdr, void *data)
161 Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr)
168 type_p(Elf_Scn *scn, GElf_Shdr *shdr, void *data)
176 Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr)
188 name_p(Elf_Scn *scn, GElf_Shdr *shdr, void *d)
199 Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr
    [all...]
  /external/elfutils/0.153/src/
objdump.c 369 show_relocs_x (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata,
393 GElf_Shdr destshdr_mem;
394 GElf_Shdr *destshdr;
425 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
445 show_relocs_rela (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
465 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx)
502 GElf_Shdr shdr_mem;
503 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
513 GElf_Shdr destshdr_mem;
514 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf
    [all...]
elflint.c 105 GElf_Shdr *shdr, int idx);
320 GElf_Shdr shdr_mem;
321 GElf_Shdr *shdr;
443 GElf_Shdr shdr_mem;
444 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
460 GElf_Shdr shdr_mem;
461 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
474 GElf_Shdr shdr_mem;
475 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
544 GElf_Shdr 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);
373 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr)
383 GElf_Shdr shdr_mem;
384 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
394 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr,
395 size_t map[], const GElf_Shdr *symshdr)
432 GElf_Shdr shdr_mem
    [all...]
readelf.c 230 GElf_Shdr *shdr);
232 GElf_Shdr *shdr);
234 static void handle_symtab (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
236 static void handle_verneed (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
237 static void handle_verdef (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
239 GElf_Shdr *shdr);
813 GElf_Shdr shdr_mem;
814 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
830 GElf_Shdr shdr_mem;
831 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem)
    [all...]
findtextrel.c 271 GElf_Shdr shdr_mem;
272 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
405 GElf_Shdr shdr_mem;
406 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
541 GElf_Shdr shdr_mem;
542 GElf_Shdr *shdr = gelf_getshdr (symscn, &shdr_mem);
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsym.c 83 GElf_Shdr shdr_mem;
84 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (mod->symfile->elf, shndx),
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_report_elf.c 91 GElf_Shdr shdr_mem;
92 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
124 GElf_Shdr prev_shdr_mem;
125 GElf_Shdr *prev_shdr = gelf_getshdr (prev_scn,

Completed in 95 milliseconds

1 2 3