Searched refs:r_type (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. member in class:llvm::MachORelocation
38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF);
41 (r_extern << 4) | (r_type & 15);
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
/freebsd-current/sys/dev/proto/
H A Dproto.h37 u_int r_type:8; member in struct:proto_res
H A Dproto_core.c101 r->r_type = type;
187 switch (r->r_type) {
198 (r->r_type == SYS_RES_IOPORT) ? "io" : "mem");
241 switch (r->r_type) {
244 bus_release_resource(dev, r->r_type, r->r_rid,
248 bus_release_resource(dev, r->r_type, r->r_rid,
254 bus_release_resource(dev, r->r_type, r->r_rid,
265 r->r_type = PROTO_RES_UNUSED;
314 if (r->r_type == PROTO_RES_BUSDMA)
356 buf.x1[0] = (r->r_type
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-aix.h58 /* Some versions define r_type in the above headers, which causes a conflict */
59 #ifdef r_type
60 # undef r_type macro
/freebsd-current/include/
H A Dres_update.h44 ns_type r_type; /*%< type number */ member in struct:ns_updrec
/freebsd-current/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp21 if (rel.r_type != ARM64_RELOC_UNSIGNED &&
22 rel.r_type != ARM64_RELOC_SUBTRACTOR) {
H A DX86_64.cpp89 return static_cast<int32_t>(read32le(loc)) + pcrelOffset(rel.r_type);
91 return read64le(loc) + pcrelOffset(rel.r_type);
/freebsd-current/libexec/rbootd/
H A Drmpproto.c85 switch(rmp->r_type) { /* do what we came here to do */
149 EnetStr(rconn), rmp->r_type);
417 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
521 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
H A Dutils.c117 switch(rmp->r_type) {
168 rmp->r_type);
H A Drmp_var.h234 #define r_type rmp_proto.rmp_raw.rmp_type macro
H A Drbootd.c305 EnetStr(rtmp), rtmp->rmp.r_type);
/freebsd-current/lib/libc/resolv/
H A Dres_mkupdate.c142 rtype = rrecp->r_type;
202 if (numrrs != 1 || rrecp->r_type != T_SOA)
221 switch (rrecp->r_type) {
260 if (rrecp->r_type == T_SOA) {
946 rrecp->r_type = (ns_type)type;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; local
283 uint32_t RelType = r_type;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h178 RI.r_type = (ARI.r_word1 >> 28);
H A DMachO_arm64.cpp57 switch (RI.r_type) {
119 ", kind=" + formatv("{0:x1}", RI.r_type) +
H A DMachO_x86_64.cpp56 switch (RI.r_type) {
111 ", kind=" + formatv("{0:x1}", RI.r_type) +
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { argument
740 if (r_type > 0xf){
741 outs() << format("%-7u", r_type) << " ";
746 outs() << generic_r_types[r_type];
749 outs() << x86_64_r_types[r_type];
752 outs() << arm_r_types[r_type];
756 outs() << arm64_r_types[r_type];
759 outs() << format("%-7u ", r_type);
763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, argument
766 (r_type
812 const unsigned r_type = O->getAnyRelocationType(RE); local
2844 uint32_t r_value, pair_r_value, r_type; local
3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
3164 uint32_t r_type = info->O->getAnyRelocationType(RE); local
[all...]
/freebsd-current/sys/dev/bhnd/bcma/
H A Dbcma_erom.c242 uint8_t r_type; local
251 r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
252 error = bcma_erom_region_to_port_type(sc, r_type, &p_type);
/freebsd-current/sys/kern/
H A Dsubr_rman.c94 int r_type; /* optional type for this resource. */ member in struct:resource_i
911 r->__r_i->r_type = type;
917 return (r->__r_i->r_type);
/freebsd-current/contrib/tzcode/
H A Dlocaltime.c159 enum r_type { enum
166 enum r_type r_type; /* type of rule */ member in struct:rule
1014 rulep->r_type = JULIAN_DAY;
1021 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
1038 rulep->r_type = DAY_OF_YEAR;
1068 switch (rulep->r_type) {
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp503 const RelocAttrs &relocAttrs = target->getRelocAttrs(rel.r_type);
568 target->hasAttr(relInfo.r_type, RelocAttrBits::SUBTRAHEND);
570 if (target->hasAttr(relInfo.r_type, RelocAttrBits::ADDEND)) {
584 r.type = relInfo.r_type;
639 assert(target->hasAttr(minuendInfo.r_type, RelocAttrBits::UNSIGNED) &&
642 p.type = minuendInfo.r_type;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1469 uint32_t r_type = RelType & 0xff; local
1471 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE
1472 || r_type == ELF::R_MIPS_GOT_DISP) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h406 // Constant values for the r_type field in an
417 // Constant values for the r_type field in a PowerPC architecture
437 // Constant values for the r_type field in an ARM architecture
451 // Constant values for the r_type field in an ARM64 architecture
480 // Constant values for the r_type field in an x86_64 architecture
982 r_type : 4; member in struct:llvm::MachO::relocation_info
987 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member in struct:llvm::MachO::scattered_relocation_info
990 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h216 r_type = Type;

Completed in 387 milliseconds