Searched refs:r_type2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-mips.c1690 dst->r_type2 = H_GET_8 (abfd, src->r_type2);
1705 dst->r_type2 = H_GET_8 (abfd, src->r_type2);
1720 H_PUT_8 (abfd, src->r_type2, dst->r_type2);
1734 H_PUT_8 (abfd, src->r_type2, dst->r_type2);
1755 dst[1].r_info = ELF64_R_INFO (mirel.r_ssym, mirel.r_type2);
1778 dst[1].r_info = ELF64_R_INFO (mirela.r_ssym, mirela.r_type2);
[all...]
H A Delf32-ppc.c5898 enum elf_ppc_reloc_type r_type2;
5906 r_type2 = ELF32_R_TYPE (rel[1].r_info);
5909 || (r_type2 != R_PPC_REL14
5910 && r_type2 != R_PPC_REL14_BRTAKEN
5911 && r_type2 != R_PPC_REL14_BRNTAKEN
5912 && r_type2 != R_PPC_REL24
5913 && r_type2 != R_PPC_PLTREL24))
5883 enum elf_ppc_reloc_type r_type2; local
H A Delf64-ppc.c10164 enum elf_ppc64_reloc_type r_type2;
10172 r_type2 = ELF64_R_TYPE (rel[1].r_info);
10175 || (r_type2 != R_PPC64_REL14
10176 && r_type2 != R_PPC64_REL14_BRTAKEN
10177 && r_type2 != R_PPC64_REL14_BRNTAKEN
10178 && r_type2 != R_PPC64_REL24))
10160 enum elf_ppc64_reloc_type r_type2; local
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Dmips.h763 unsigned char r_type2[1];
779 unsigned char r_type2;
797 unsigned char r_type2[1];
815 unsigned char r_type2;
755 unsigned char r_type2[1]; member in struct:__anon550
771 unsigned char r_type2; member in struct:__anon551
789 unsigned char r_type2[1]; member in struct:__anon552
807 unsigned char r_type2; member in struct:__anon553
/freebsd-10.0-release/sys/dev/ata/chipsets/
H A Data-nvidia.c206 ctlr->r_type2 = SYS_RES_IOPORT;
208 ctlr->r_type2 = SYS_RES_MEMORY;
210 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
H A Data-sis.c184 ctlr->r_type2 = SYS_RES_IOPORT;
186 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
H A Data-intel.c267 ctlr->r_type2 = SYS_RES_MEMORY;
269 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
316 ctlr->r_type2 = SYS_RES_MEMORY;
318 ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
331 ctlr->r_type2 = SYS_RES_IOPORT;
333 ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
H A Data-serverworks.c133 ctlr->r_type2 = SYS_RES_MEMORY;
135 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
H A Data-siliconimage.c136 ctlr->r_type2 = SYS_RES_MEMORY;
137 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
148 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2,
167 ctlr->r_type2 = SYS_RES_MEMORY;
169 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
H A Data-via.c170 ctlr->r_type2 = SYS_RES_IOPORT;
172 if ((ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
H A Data-ahci.c156 ctlr->r_type2 = SYS_RES_MEMORY;
158 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
165 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2);
174 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2);
H A Data-promise.c259 ctlr->r_type2 = SYS_RES_MEMORY;
261 if (!(ctlr->r_res2 = bus_alloc_resource_any(dev, ctlr->r_type2,
360 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2);
/freebsd-10.0-release/sys/dev/ata/
H A Data-pci.h47 int r_type2; member in struct:ata_pci_controller
H A Data-pci.c152 bus_release_resource(dev, ctlr->r_type2, ctlr->r_rid2, ctlr->r_res2);

Completed in 315 milliseconds