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

1 2 3 4

  /external/elfutils/libebl/
ebl_check_special_section.c 37 ebl_check_special_section (Ebl *ebl, int ndx, const GElf_Shdr *shdr,
eblsectionstripp.c 38 ebl_section_strip_p (Ebl *ebl, const GElf_Shdr *shdr,
52 GElf_Shdr shdr_mem_l;
53 GElf_Shdr *shdr_l = gelf_getshdr (scn_l, &shdr_mem_l);
ebl_check_special_symbol.c 39 const char *name, const GElf_Shdr *destshdr)
  /external/elfutils/libelf/
elf_scnshndx.c 44 GElf_Shdr shdr_mem;
gelf_getshdr.c 40 GElf_Shdr *
41 gelf_getshdr (Elf_Scn *scn, GElf_Shdr *dst)
43 GElf_Shdr *result = NULL;
95 result = memcpy (dst, shdr, sizeof (GElf_Shdr));
gelf_update_shdr.c 41 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src)
99 (void) memcpy (shdr, src, sizeof (GElf_Shdr));
elf32_checksum.c 93 GElf_Shdr shdr_mem;
94 GElf_Shdr *shdr;
  /external/elfutils/backends/
aarch64_symbol.c 67 const char *name, const GElf_Shdr *destshdr)
82 GElf_Shdr shdr_mem;
83 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
s390_symbol.c 66 const char *name, const GElf_Shdr *destshdr)
81 GElf_Shdr shdr_mem;
82 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
alpha_symbol.c 89 const GElf_Shdr *shdr,
104 GElf_Shdr scn_shdr;
136 const GElf_Shdr *destshdr __attribute__ ((unused)))
ppc_symbol.c 112 GElf_Shdr shdr_mem;
113 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
140 const char *name, const GElf_Shdr *destshdr)
sparc_symbol.c 77 const GElf_Shdr *shdr,
91 GElf_Shdr scn_shdr;
  /external/elfutils/tests/
elfputzdata.c 77 GElf_Shdr mem;
78 GElf_Shdr *shdr = gelf_getshdr (scn, &mem);
150 GElf_Shdr newmem;
151 GElf_Shdr *newshdr = gelf_getshdr (scn, &newmem);
202 GElf_Shdr newermem;
203 GElf_Shdr *newershdr = gelf_getshdr (scn, &newermem);
test-elf_cntl_gelf_getshdr.c 100 GElf_Shdr shdr_mem;
101 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
elfgetzdata.c 72 GElf_Shdr mem;
73 GElf_Shdr *shdr = gelf_getshdr (scn, &mem);
fillfile.c 78 GElf_Shdr shdr_mem;
79 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
139 GElf_Shdr shdr_mem;
140 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
300 GElf_Shdr shdr_mem;
301 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
372 GElf_Shdr shdr_mem;
373 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
zstrptr.c 84 GElf_Shdr shdr_mem;
85 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
elfstrmerge.c 185 GElf_Shdr shdrstrshdr_mem;
186 GElf_Shdr *shdrstrshdr = gelf_getshdr (shdrstrscn, &shdrstrshdr_mem);
196 GElf_Shdr symtabshdr_mem;
197 GElf_Shdr *symtabshdr = NULL;
221 GElf_Shdr strtabshdr_mem;
222 GElf_Shdr *strtabshdr = gelf_getshdr (strtabscn, &strtabshdr_mem);
269 GElf_Shdr shdr_mem;
270 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
401 GElf_Shdr zshdr_mem;
402 GElf_Shdr *zshdr = gelf_getshdr (zscn, &zshdr_mem)
    [all...]
next_cfi.c 44 GElf_Shdr mem;
45 GElf_Shdr *shdr = gelf_getshdr (scn, &mem);
131 GElf_Shdr shdr;
  /external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c 42 GElf_Shdr shdr;
dwelf_elf_gnu_debuglink.c 45 GElf_Shdr shdr_mem;
46 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
  /external/elfutils/libasm/
asm_newscn_ingrp.c 66 GElf_Shdr shdr_mem;
67 GElf_Shdr *shdr = gelf_getshdr (result->data.main.scn, &shdr_mem);
  /external/elfutils/src/
objdump.c 345 show_relocs_x (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *symdata,
369 GElf_Shdr destshdr_mem;
370 GElf_Shdr *destshdr;
401 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
422 show_relocs_rela (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data,
443 section_match (Elf *elf, uint32_t scnndx, GElf_Shdr *shdr, size_t shstrndx)
480 GElf_Shdr shdr_mem;
481 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
491 GElf_Shdr destshdr_mem;
492 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf
    [all...]
unstrip.c 256 GElf_Shdr shdr0_mem;
257 GElf_Shdr *shdr0 = gelf_getshdr (scn0, &shdr0_mem);
289 GElf_Shdr shdr_mem;
364 section_can_shrink (const GElf_Shdr *shdr)
394 GElf_Shdr shdr_mem;
395 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (elf, i), &shdr_mem);
415 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr)
425 GElf_Shdr shdr_mem;
426 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
436 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr
    [all...]
  /external/elfutils/libdwfl/
offline.c 49 const GElf_Shdr *shdr __attribute__ ((unused)),
71 GElf_Shdr shdr_mem;
72 GElf_Shdr *sh = gelf_getshdr (scn, &shdr_mem);
82 GElf_Shdr shdr_mem;
83 GElf_Shdr *main_shdr = gelf_getshdr (scn, &shdr_mem);

Completed in 573 milliseconds

1 2 3 4