Searched refs:outscn (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/ |
D | unstrip.c | 406 update_shdr (Elf_Scn *outscn, GElf_Shdr *newshdr) in update_shdr() argument 408 ELF_CHECK (gelf_update_shdr (outscn, newshdr), in update_shdr() 414 update_sh_size (Elf_Scn *outscn, const Elf_Data *data) in update_sh_size() argument 417 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in update_sh_size() 422 update_shdr (outscn, newshdr); in update_sh_size() 427 adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, in adjust_relocs() argument 430 Elf_Data *data = elf_getdata (outscn, NULL); in adjust_relocs() 466 GElf_Shdr *newshdr = gelf_getshdr (outscn, &shdr_mem); in adjust_relocs() 471 update_shdr (outscn, newshdr); in adjust_relocs() 525 update_sh_size (outscn, data); in adjust_relocs() [all …]
|
D | ld.h | 349 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \ argument 350 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
|
D | ldgeneric.c | 74 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 …]
|
D | i386_ld.c | 60 Elf_Scn *outscn, struct scninfo *firstp, in elf_i386_relocate_section() argument 83 data = elf_getdata (outscn, data); in elf_i386_relocate_section()
|