HomeSort by relevance Sort by last modified time
    Searched refs:outscn (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
unstrip.c 407 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, data)
688 Elf_Scn *outscn; member in struct:section
    [all...]
ld.h 349 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \
350 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
    [all...]
i386_ld.c 60 Elf_Scn *outscn, struct scninfo *firstp,
83 data = elf_getdata (outscn, data);
    [all...]
ldgeneric.c 74 Elf_Scn *outscn,
6597 Elf_Scn *outscn; local
6861 Elf_Scn *outscn; local
    [all...]

Completed in 3683 milliseconds