Searched refs:prog (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/lib/romlib/ |
D | romlib_generator.py | 91 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)
|
/trusted-firmware-a-latest/tools/amlogic/ |
D | doimage.c | 20 static inline void usage(char const *prog) in usage() argument 22 fprintf(stderr, "Usage: %s <bl31.bin> <bl31.img>\n", prog); in usage()
|
/trusted-firmware-a-latest/ |
D | Makefile | 183 LD := $(shell $(CC) --print-prog-name ld.lld) 185 AR := $(shell $(CC) --print-prog-name llvm-ar) 186 OD := $(shell $(CC) --print-prog-name llvm-objdump) 187 OC := $(shell $(CC) --print-prog-name llvm-objcopy)
|