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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Dreloc.c586 bfd_vma output_base = 0; local
638 output_base = 0;
640 output_base = reloc_target_output_section->vma;
642 relocation += output_base + symbol->section->output_offset;
976 bfd_vma output_base = 0; local
1024 output_base = 0;
1026 output_base = reloc_target_output_section->vma;
1028 relocation += output_base + symbol->section->output_offset;
/freebsd-10.1-release/crypto/openssl/apps/
H A Dtsget154 my $output_base = $base . $options{e};
155 my $output = defined($options{o}) ? $options{o} : $path . $output_base;
/freebsd-10.1-release/contrib/byacc/
H A Doutput.c861 output_base(void) function
1065 output_base();
/freebsd-10.1-release/sys/dev/sound/pci/
H A Demu10kx.c99 #define OUTP(i) (sc->output_base+(i))
344 unsigned int output_base; member in struct:emu_sc_info
3137 sc->output_base = 0x60;
3167 sc->output_base = 0x20;

Completed in 124 milliseconds