Home | History | Annotate | Download | only in src

Lines Matching full:callbacks

48 /* The old callbacks.  */
1089 /* We have a few callbacks available. */
1090 old_open_outfile = statep->callbacks.open_outfile;
1091 statep->callbacks.open_outfile = elf_i386_open_outfile;
1093 statep->callbacks.relocate_section = elf_i386_relocate_section;
1095 statep->callbacks.initialize_plt = elf_i386_initialize_plt;
1096 statep->callbacks.initialize_pltrel = elf_i386_initialize_pltrel;
1098 statep->callbacks.initialize_got = elf_i386_initialize_got;
1099 statep->callbacks.initialize_gotplt = elf_i386_initialize_gotplt;
1101 statep->callbacks.finalize_plt = elf_i386_finalize_plt;
1103 statep->callbacks.rel_type = elf_i386_rel_type;
1105 statep->callbacks.count_relocations = elf_i386_count_relocations;
1107 statep->callbacks.create_relocations = elf_i386_create_relocations;