case 'relocs':
            r2.bin_relocs(function(x) {
                self.$.output.setContent(makelist(x));
            });
            break;