Searched refs:outscn (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/src/ |
D | unstrip.c | 414 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr) in update_shdr() argument 416 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr() 422 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument 425 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size() 430 update_shdr (outscn, newshdr); in update_sh_size() 435 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument 438 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs() 480 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs() 485 update_shdr (outscn, newshdr); in adjust_relocs() 543 update_sh_size (outscn, data); in adjust_relocs() [all …]
|