Home
last modified time | relevance | path

Searched refs:output_base (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-d30v.c48 bfd_vma output_base = 0; in bfd_elf_d30v_reloc() local
86 output_base = reloc_target_output_section->vma; in bfd_elf_d30v_reloc()
87 relocation += output_base + symbol->section->output_offset; in bfd_elf_d30v_reloc()
156 bfd_vma output_base = 0; in bfd_elf_d30v_reloc_21() local
194 output_base = reloc_target_output_section->vma; in bfd_elf_d30v_reloc_21()
195 relocation += output_base + symbol->section->output_offset; in bfd_elf_d30v_reloc_21()
H A Dcoff-m88k.c82 bfd_vma output_base = 0; local
101 output_base = 0;
103 output_base = reloc_target_output_section->vma;
105 relocation += output_base + symbol->section->output_offset;
H A Dreloc.c586 bfd_vma output_base = 0; in bfd_perform_relocation() local
638 output_base = 0; in bfd_perform_relocation()
640 output_base = reloc_target_output_section->vma; in bfd_perform_relocation()
642 relocation += output_base + symbol->section->output_offset; in bfd_perform_relocation()
976 bfd_vma output_base = 0; in bfd_install_relocation() local
1024 output_base = 0; in bfd_install_relocation()
1026 output_base = reloc_target_output_section->vma; in bfd_install_relocation()
1028 relocation += output_base + symbol->section->output_offset; in bfd_install_relocation()
H A Dcpu-ns32k.c173 bfd_vma output_base = 0; local
210 output_base = 0;
212 output_base = reloc_target_output_section->vma;
214 relocation += output_base + symbol->section->output_offset;
H A Delf32-bfin.c57 bfd_vma output_base = 0; in bfin_pcrel24_reloc() local
78 output_base = 0; in bfin_pcrel24_reloc()
80 output_base = output_section->vma; in bfin_pcrel24_reloc()
154 bfd_vma output_base = 0; in bfin_imm16_reloc() local
173 output_base = 0; in bfin_imm16_reloc()
175 output_base = output_section->vma; in bfin_imm16_reloc()
226 bfd_vma output_base = 0; in bfin_byte4_reloc() local
243 output_base = 0; in bfin_byte4_reloc()
245 output_base = output_section->vma; in bfin_byte4_reloc()
292 bfd_vma output_base = 0; in bfin_bfd_reloc() local
[all …]
H A Delf64-mmix.c1255 bfd_vma output_base = 0; local
1289 output_base = 0;
1291 output_base = reloc_target_output_section->vma;
1293 relocation += output_base + symbol->section->output_offset;
H A Delf32-xtensa.c1841 bfd_vma output_base = 0; in bfd_elf_xtensa_reloc() local
1884 output_base = 0; in bfd_elf_xtensa_reloc()
1886 output_base = reloc_target_output_section->vma; in bfd_elf_xtensa_reloc()
1888 relocation += output_base + symbol->section->output_offset; in bfd_elf_xtensa_reloc()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-m88k.c82 bfd_vma output_base = 0; local
101 output_base = 0;
103 output_base = reloc_target_output_section->vma;
105 relocation += output_base + symbol->section->output_offset;
H A Delf32-d30v.c270 bfd_vma output_base = 0; local
308 output_base = reloc_target_output_section->vma;
309 relocation += output_base + symbol->section->output_offset;
379 bfd_vma output_base = 0; local
417 output_base = reloc_target_output_section->vma;
418 relocation += output_base + symbol->section->output_offset;
H A Dreloc.c591 bfd_vma output_base = 0; in bfd_perform_relocation() local
644 output_base = 0; in bfd_perform_relocation()
646 output_base = reloc_target_output_section->vma; in bfd_perform_relocation()
648 relocation += output_base + symbol->section->output_offset; in bfd_perform_relocation()
984 bfd_vma output_base = 0; in bfd_install_relocation() local
1033 output_base = 0; in bfd_install_relocation()
1035 output_base = reloc_target_output_section->vma; in bfd_install_relocation()
1037 relocation += output_base + symbol->section->output_offset; in bfd_install_relocation()
H A Dcpu-ns32k.c173 bfd_vma output_base = 0; local
210 output_base = 0;
212 output_base = reloc_target_output_section->vma;
214 relocation += output_base + symbol->section->output_offset;
H A Delf64-mmix.c1263 bfd_vma output_base = 0; local
1297 output_base = 0;
1299 output_base = reloc_target_output_section->vma;
1301 relocation += output_base + symbol->section->output_offset;
H A Delf32-xtensa.c1655 bfd_vma output_base = 0; local
1697 output_base = 0;
1699 output_base = reloc_target_output_section->vma;
1701 relocation += output_base + symbol->section->output_offset;
/openbsd/sys/arch/arm64/dev/
H A Dacpiiort.c169 rid = map[i].output_base; in acpiiort_device_map()
181 rid = map[i].output_base; in acpiiort_device_map()
H A Dacpipci.c425 rid = map[i].output_base; in acpipci_probe_device_hook()
432 rid = map[i].output_base + (rid - map[i].input_base); in acpipci_probe_device_hook()
819 id = map[i].output_base; in acpipci_iort_map_node()
826 id = map[i].output_base + (id - map[i].input_base); in acpipci_iort_map_node()
/openbsd/usr.bin/yacc/
H A Doutput.c66 void output_base(void);
267 output_base(); in output_actions()
651 output_base(void) in output_base() function
/openbsd/sys/dev/acpi/
H A Dacpireg.h806 uint32_t output_base; member