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

/external/elfutils/src/
H A Di386_ld.c68 Elf_Scn *outscn, struct scninfo *firstp,
91 data = elf_getdata (outscn, data);
67 elf_i386_relocate_section(struct ld_state *statep __attribute__ ((unused)), Elf_Scn *outscn, struct scninfo *firstp, const Elf32_Word *dblindirect) argument
H A Dunstrip.c374 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;
373 update_sh_size(Elf_Scn *outscn, const Elf_Data *data) argument
387 adjust_relocs(Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, size_t map[], const GElf_Shdr *symshdr) argument
648 Elf_Scn *outscn; member in struct:section
[all...]
H A Dldgeneric.c82 Elf_Scn *outscn,
6608 Elf_Scn *outscn; local
6649 outscn = elf_getscn (ld_state.outelf, ld_state.dynamicscnidx);
6650 xelf_getshdr (outscn, shdr);
6668 (void) xelf_update_shdr (outscn, shdr);
6671 Elf_Data *dyndata = elf_getdata (outscn, NULL);
6872 Elf_Scn *outscn; local
6874 outscn = elf_getscn (ld_state.outelf, rellist->scnidx);
6875 xelf_getshdr (outscn, shdr);
6891 RELOCATE_SECTION (statep, outscn, rellis
6968 ld_generic_relocate_section(struct ld_state *statep, Elf_Scn *outscn, struct scninfo *firstp, const Elf32_Word *dblindirect) argument
[all...]

Completed in 122 milliseconds