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

  /external/elfutils/src/
ld.h 372 /* Finalize the output file. */
373 int (*finalize) (struct ld_state *); member in struct:callbacks
374 #define FINALIZE(state) \
375 DL_CALL_FCT ((state)->callbacks.finalize, (state))
402 /* Finalize the .plt section the what belongs to them. */
    [all...]
ld.c 491 /* Finalize the output file, write the data out. */
492 err |= FINALIZE (&ld_state);
    [all...]

Completed in 3520 milliseconds