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

  /external/elfutils/src/
ld.h 364 /* Finalize the output file. */
365 int (*finalize) (struct ld_state *); member in struct:callbacks
366 #define FINALIZE(state) \
367 DL_CALL_FCT ((state)->callbacks.finalize, (state))
394 /* Finalize the .plt section the what belongs to them. */
    [all...]
ld.c 477 /* Finalize the output file, write the data out. */
478 err |= FINALIZE (&ld_state);
    [all...]

Completed in 61 milliseconds