Home
last modified time | relevance | path

Searched refs:prog (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/romlib/
A Dromlib_generator.py91 def __init__(self, prog): argument
92 self.args = argparse.ArgumentParser(prog=prog, description=self.__doc__)
125 def __init__(self, prog): argument
126 RomlibApplication.__init__(self, prog)
159 def __init__(self, prog): argument
160 RomlibApplication.__init__(self, prog)
191 def __init__(self, prog): argument
192 RomlibApplication.__init__(self, prog)
236 def __init__(self, prog): argument
237 RomlibApplication.__init__(self, prog)
/arm-trusted-firmware-2.8.0/tools/amlogic/
A Ddoimage.c20 static inline void usage(char const *prog) in usage() argument
22 fprintf(stderr, "Usage: %s <bl31.bin> <bl31.img>\n", prog); in usage()
/arm-trusted-firmware-2.8.0/
A DMakefile283 LD := $(shell $(CC) --print-prog-name ld.lld)
285 AR := $(shell $(CC) --print-prog-name llvm-ar)
286 OD := $(shell $(CC) --print-prog-name llvm-objdump)
287 OC := $(shell $(CC) --print-prog-name llvm-objcopy)

Completed in 6 milliseconds