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

  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 18 PNACL_FINALIZE := $(shell $(NACL_CONFIG) -t $(TOOLCHAIN) --tool=finalize)
99 $(call LOG,FINALIZE,$$@,$(PNACL_FINALIZE) -o $$@ $$^)
  /external/elfutils/0.153/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 96 milliseconds