Searched refs:as_bin (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c31 int show_reloc_info, as_text, as_bin, keep_relocs; local
39 as_bin = 0;
55 as_bin = 1;
80 process_64(fp, as_text, as_bin, show_reloc_info, keep_relocs);
82 process_32(fp, as_text, as_bin, show_reloc_info, keep_relocs);
H A Drelocs.h42 void process_32(FILE *fp, int as_text, int as_bin,
44 void process_64(FILE *fp, int as_text, int as_bin,
H A Drelocs.c572 static void emit_relocs(int as_text, int as_bin, FILE *outf) argument
599 } else if (as_bin) {
665 void process(FILE *fp, int as_text, int as_bin, argument
678 emit_relocs(as_text, as_bin, fp);
/linux-master/tools/net/ynl/lib/
H A Dynl.py135 def as_bin(self): member in class:NlAttr
582 decoded = attr.as_bin()
612 return attr.as_bin()

Completed in 281 milliseconds