Searched defs:outscn (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c60 Elf_Scn *outscn, struct scninfo *firstp,
83 data = elf_getdata (outscn, data);
59 elf_i386_relocate_section(struct ld_state *statep __attribute__ ((unused)), Elf_Scn *outscn, struct scninfo *firstp, const Elf32_Word *dblindirect) argument
H A Dunstrip.c407 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr)
409 ELF_CHECK (gelf_update_shdr (outscn, newshdr),
415 update_sh_size (Elf_Scn *outscn, const Elf_Data *data)
418 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
423 update_shdr (outscn, newshdr);
428 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr,
431 Elf_Data *data = elf_getdata (outscn, NULL);
467 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem);
472 update_shdr (outscn, newshdr);
526 update_sh_size (outscn, dat
406 update_shdr(Elf_Scn *outscn, GElf_Shdr *newshdr) argument
414 update_sh_size(Elf_Scn *outscn, const Elf_Data *data) argument
427 adjust_relocs(Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, size_t map[], const GElf_Shdr *symshdr) argument
688 Elf_Scn *outscn; member in struct:section
[all...]
H A Dldgeneric.c74 Elf_Scn *outscn,
6597 Elf_Scn *outscn; local
6638 outscn = elf_getscn (ld_state.outelf, ld_state.dynamicscnidx);
6639 xelf_getshdr (outscn, shdr);
6657 (void) xelf_update_shdr (outscn, shdr);
6660 Elf_Data *dyndata = elf_getdata (outscn, NULL);
6861 Elf_Scn *outscn; local
6863 outscn = elf_getscn (ld_state.outelf, rellist->scnidx);
6864 xelf_getshdr (outscn, shdr);
6880 RELOCATE_SECTION (statep, outscn, rellis
6957 ld_generic_relocate_section(struct ld_state *statep, Elf_Scn *outscn, struct scninfo *firstp, const Elf32_Word *dblindirect) argument
[all...]

Completed in 135 milliseconds