Lines Matching refs:GElf_Shdr
306 GElf_Shdr *shdr);
308 GElf_Shdr *shdr);
310 static void handle_symtab (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
312 static void handle_verneed (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
313 static void handle_verdef (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr);
315 GElf_Shdr *shdr);
677 GElf_Shdr shdr_mem;
678 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
946 GElf_Shdr shdr_mem;
947 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
1162 GElf_Shdr shdr_mem;
1163 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
1179 GElf_Shdr shdr_mem;
1180 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
1191 GElf_Shdr shdr_mem;
1192 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem);
1291 GElf_Shdr shdr_mem;
1292 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
1437 GElf_Shdr shdr_mem;
1438 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
1499 GElf_Shdr shdr_mem;
1500 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
1593 section_name (Ebl *ebl, GElf_Shdr *shdr)
1603 handle_scngrp (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr)
1609 GElf_Shdr symshdr_mem;
1610 GElf_Shdr *symshdr = gelf_getshdr (symscn, &symshdr_mem);
1646 GElf_Shdr grpshdr_mem;
1647 GElf_Shdr *grpshdr = gelf_getshdr (elf_getscn (ebl->elf, grpref[cnt]),
1669 GElf_Shdr shdr_mem;
1670 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
1820 handle_dynamic (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, GElf_Phdr *phdr)
1823 GElf_Shdr glink_mem;
1824 GElf_Shdr *glink;
2009 GElf_Shdr shdr_mem;
2010 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
2030 GElf_Shdr shdr_mem;
2031 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
2046 handle_relocs_rel (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, GElf_Shdr *shdr)
2059 GElf_Shdr symshdr_mem;
2060 GElf_Shdr *symshdr = gelf_getshdr (symscn, &symshdr_mem);
2064 GElf_Shdr destshdr_mem;
2065 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info),
2197 GElf_Shdr secshdr_mem;
2198 GElf_Shdr *secshdr;
2235 handle_relocs_rela (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, GElf_Shdr *shdr)
2248 GElf_Shdr symshdr_mem;
2249 GElf_Shdr *symshdr = gelf_getshdr (symscn, &symshdr_mem);
2253 GElf_Shdr destshdr_mem;
2254 GElf_Shdr *destshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_info),
2390 GElf_Shdr secshdr_mem;
2391 GElf_Shdr *secshdr;
2439 GElf_Shdr shdr_mem;
2440 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
2476 handle_symtab (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr)
2495 GElf_Shdr runshdr_mem;
2496 GElf_Shdr *runshdr = gelf_getshdr (runscn, &runshdr_mem);
2528 GElf_Shdr glink_mem;
2529 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
2603 GElf_Shdr symshdr_mem;
2604 GElf_Shdr *symshdr =
2730 GElf_Shdr shdr_mem;
2731 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
2779 handle_verneed (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr)
2793 GElf_Shdr glink_mem;
2794 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
2856 handle_verdef (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr)
2868 GElf_Shdr glink_mem;
2869 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
2938 handle_versym (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr)
2962 GElf_Shdr vershdr_mem;
2963 GElf_Shdr *vershdr = gelf_getshdr (verscn, &vershdr_mem);
2986 GElf_Shdr defshdrmem;
2987 GElf_Shdr *defshdr;
3018 GElf_Shdr needshdrmem;
3019 GElf_Shdr *needshdr;
3082 GElf_Shdr defshdrmem;
3083 GElf_Shdr *defshdr;
3123 GElf_Shdr needshdrmem;
3124 GElf_Shdr *needshdr = gelf_getshdr (needscn, &needshdrmem);
3170 GElf_Shdr glink_mem;
3171 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
3234 print_hash_info (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx,
3243 GElf_Shdr glink_mem;
3244 GElf_Shdr *glink = gelf_getshdr (elf_getscn (ebl->elf,
3312 handle_sysv_hash (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx)
3376 handle_sysv_hash64 (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx)
3441 handle_gnu_hash (Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx)
3554 GElf_Shdr shdr_mem;
3555 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
3600 GElf_Shdr shdr_mem;
3601 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
3669 GElf_Shdr shdr_mem;
3670 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
5256 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
5329 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
5555 GElf_Shdr *shdr, Dwarf *dbg)
5566 GElf_Shdr glink_mem;
5567 GElf_Shdr *glink;
5622 GElf_Shdr *shdr, Dwarf *dbg)
5804 Elf_Scn *scn, GElf_Shdr *shdr,
6180 Elf_Scn *scn, GElf_Shdr *shdr,
6775 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
7893 Elf_Scn *scn, GElf_Shdr *shdr,
8179 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
8186 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
8195 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
8555 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
9306 Elf_Scn *scn, GElf_Shdr *shdr,
9780 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
10041 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
10207 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
10594 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
10609 Elf_Scn *scn, GElf_Shdr *shdr,
10654 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
10845 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
10946 GElf_Shdr *shdr __attribute__ ((unused)),
11124 Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg)
11595 GElf_Shdr shdr_mem;
11596 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
11625 GElf_Shdr shdr_mem;
11626 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
11635 GElf_Ehdr *, Elf_Scn *, GElf_Shdr *, Dwarf *);
12777 GElf_Shdr shdr_mem;
12778 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
12858 dump_data_section (Elf_Scn *scn, const GElf_Shdr *shdr, const char *name)
12909 print_string_section (Elf_Scn *scn, const GElf_Shdr *shdr, const char *name)
12976 void (*dump) (Elf_Scn *scn, const GElf_Shdr *shdr,
12987 GElf_Shdr shdr_mem;
13053 GElf_Shdr shdr_mem;