Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dunstrip.c375 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr) in update_shdr() argument
377 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr()
383 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument
386 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size()
391 update_shdr (outscn, newshdr); in update_sh_size()
396 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument
399 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs()
435 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs()
440 update_shdr (outscn, newshdr); in adjust_relocs()
493 update_sh_size (outscn, data); in adjust_relocs()
[all …]
Dld.h349 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \ argument
350 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
Dldgeneric.c74 Elf_Scn *outscn,
6597 Elf_Scn *outscn; in ld_generic_create_outfile() local
6638 outscn = elf_getscn (ld_state.outelf, ld_state.dynamicscnidx); in ld_generic_create_outfile()
6639 xelf_getshdr (outscn, shdr); in ld_generic_create_outfile()
6657 (void) xelf_update_shdr (outscn, shdr); in ld_generic_create_outfile()
6660 Elf_Data *dyndata = elf_getdata (outscn, NULL); in ld_generic_create_outfile()
6861 Elf_Scn *outscn; in ld_generic_create_outfile() local
6863 outscn = elf_getscn (ld_state.outelf, rellist->scnidx); in ld_generic_create_outfile()
6864 xelf_getshdr (outscn, shdr); in ld_generic_create_outfile()
6880 RELOCATE_SECTION (statep, outscn, rellist->scninfo, dblindirect); in ld_generic_create_outfile()
[all …]
Di386_ld.c60 Elf_Scn *outscn, struct scninfo *firstp, in elf_i386_relocate_section() argument
83 data = elf_getdata (outscn, data); in elf_i386_relocate_section()