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

  /external/elfutils/src/
ld.h 351 /* Finalize the output file. */
352 int (*finalize) (struct ld_state *); member in struct:callbacks
353 #define FINALIZE(state) \
354 DL_CALL_FCT ((state)->callbacks.finalize, (state))
381 /* Finalize the .plt section the what belongs to them. */
ld.c 472 /* Finalize the output file, write the data out. */
473 err |= FINALIZE (&ld_state);
    [all...]

Completed in 36 milliseconds