HomeSort by relevance Sort by last modified time
    Searched defs:outscn (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/src/
unstrip.c 373 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr)
375 ELF_CHECK (gelf_update_shdr (outscn, newshdr),
381 update_sh_size (Elf_Scn *outscn, const Elf_Data *data)
384 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
389 update_shdr (outscn, newshdr);
394 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr,
397 Elf_Data *data = elf_getdata (outscn, NULL);
433 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
438 update_shdr (outscn, newshdr);
491 update_sh_size (outscn, data)
651 Elf_Scn *outscn; member in struct:section
    [all...]
ldgeneric.c 82 Elf_Scn *outscn,
6605 Elf_Scn *outscn; local
6869 Elf_Scn *outscn; local
    [all...]

Completed in 44 milliseconds