ld.h | 334 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *, member in struct:callbacks 336 #define RELOCATE_SECTION(state, outscn, first, dblindirect) \ 337 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \
|