Searched refs:outscn (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/src/ |
D | unstrip.c | 416 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr) in update_shdr() argument 418 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr() 424 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument 427 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size() 432 update_shdr (outscn, newshdr); in update_sh_size() 437 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument 440 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs() 486 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs() 491 update_shdr (outscn, newshdr); in adjust_relocs() 551 update_sh_size (outscn, data); in adjust_relocs() [all …]
|