• Home
  • Raw
  • Download

Lines Matching refs:shdr_mem

813       GElf_Shdr shdr_mem;  in print_ehdr()  local
814 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem); in print_ehdr()
830 GElf_Shdr shdr_mem; in print_ehdr() local
831 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem); in print_ehdr()
842 GElf_Shdr shdr_mem; in print_ehdr() local
843 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (ebl->elf, 0), &shdr_mem); in print_ehdr()
916 GElf_Shdr shdr_mem; in print_shdr() local
917 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_shdr()
1069 GElf_Shdr shdr_mem; in print_phdr() local
1070 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_phdr()
1236 GElf_Shdr shdr_mem; in print_scngrp() local
1237 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_scngrp()
1497 GElf_Shdr shdr_mem; in print_dynamic() local
1498 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_dynamic()
1517 GElf_Shdr shdr_mem; in print_relocs() local
1518 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_relocs()
1906 GElf_Shdr shdr_mem; in print_symtab() local
1907 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_symtab()
2159 GElf_Shdr shdr_mem; in print_verinfo() local
2160 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_verinfo()
2869 GElf_Shdr shdr_mem; in handle_hash() local
2870 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_hash()
2903 GElf_Shdr shdr_mem; in print_liblist() local
2904 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_liblist()
2965 GElf_Shdr shdr_mem; in print_attributes() local
2966 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_attributes()
7313 GElf_Shdr shdr_mem; in print_debug() local
7314 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in print_debug()
8217 GElf_Shdr shdr_mem; in handle_notes() local
8218 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_notes()
8364 GElf_Shdr shdr_mem; in for_each_section_argument() local
8378 if (gelf_getshdr (scn, &shdr_mem) == NULL) in for_each_section_argument()
8381 name = elf_strptr (elf, shstrndx, shdr_mem.sh_name); in for_each_section_argument()
8390 if (gelf_getshdr (scn, &shdr_mem) == NULL) in for_each_section_argument()
8392 name = elf_strptr (elf, shstrndx, shdr_mem.sh_name); in for_each_section_argument()
8398 (*dump) (scn, &shdr_mem, name); in for_each_section_argument()
8430 GElf_Shdr shdr_mem; in print_strings() local
8435 if (gelf_getshdr (scn, &shdr_mem) == NULL) in print_strings()
8438 if (shdr_mem.sh_type != SHT_PROGBITS in print_strings()
8439 || !(shdr_mem.sh_flags & SHF_STRINGS)) in print_strings()
8442 name = elf_strptr (ebl->elf, shstrndx, shdr_mem.sh_name); in print_strings()
8446 print_string_section (scn, &shdr_mem, name); in print_strings()