unstrip.c | 374 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) 377 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); 382 ELF_CHECK (gelf_update_shdr (outscn, newshdr), 388 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, 391 Elf_Data *data = elf_getdata (outscn, NULL); 427 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); 432 ELF_CHECK (gelf_update_shdr (outscn, newshdr), 486 update_sh_size (outscn, data); 514 update_sh_size (outscn, data); 650 Elf_Scn *outscn; 648 Elf_Scn *outscn; member in struct:section [all...] |