Home
last modified time | relevance | path

Searched refs:outscn (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dunstrip.c373 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument
376 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size()
381 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_sh_size()
387 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument
390 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs()
426 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs()
431 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in adjust_relocs()
485 update_sh_size (outscn, data); in adjust_relocs()
513 update_sh_size (outscn, data); in adjust_relocs()
648 Elf_Scn *outscn; member
[all …]
Dld.h357 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \ argument
358 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
Dldgeneric.c82 Elf_Scn *outscn,
6608 Elf_Scn *outscn; in ld_generic_create_outfile() local
6649 outscn = elf_getscn (ld_state.outelf, ld_state.dynamicscnidx); in ld_generic_create_outfile()
6650 xelf_getshdr (outscn, shdr); in ld_generic_create_outfile()
6668 (void) xelf_update_shdr (outscn, shdr); in ld_generic_create_outfile()
6671 Elf_Data *dyndata = elf_getdata (outscn, NULL); in ld_generic_create_outfile()
6872 Elf_Scn *outscn; in ld_generic_create_outfile() local
6874 outscn = elf_getscn (ld_state.outelf, rellist->scnidx); in ld_generic_create_outfile()
6875 xelf_getshdr (outscn, shdr); in ld_generic_create_outfile()
6891 RELOCATE_SECTION (statep, outscn, rellist->scninfo, dblindirect); in ld_generic_create_outfile()
[all …]
Di386_ld.c68 Elf_Scn *outscn, struct scninfo *firstp, in elf_i386_relocate_section() argument
91 data = elf_getdata (outscn, data); in elf_i386_relocate_section()