Lines Matching defs:shdr_info
406 struct shdr_info in handle_elf() struct
408 Elf_Scn *scn; in handle_elf()
409 GElf_Shdr shdr; in handle_elf()
410 Elf_Data *data; in handle_elf()
411 Elf_Data *debug_data; in handle_elf()
412 const char *name; in handle_elf()
413 Elf32_Word idx; /* Index in new file. */ in handle_elf()
414 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf()
415 Elf32_Word symtab_idx; in handle_elf()
416 Elf32_Word version_idx; in handle_elf()
417 Elf32_Word group_idx; in handle_elf()
418 Elf32_Word group_cnt; in handle_elf()
419 Elf_Scn *newscn; in handle_elf()
420 struct Ebl_Strent *se; in handle_elf()
421 Elf32_Word *newsymidx; in handle_elf()
422 } *shdr_info = NULL; in handle_elf() local