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

/freebsd-13-stable/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-13-stable/sys/dev/proto/
H A Dproto.h39 u_int r_type:8; member in struct:proto_res
H A Dproto_core.c105 r->r_type = type;
191 switch (r->r_type) {
202 (r->r_type == SYS_RES_IOPORT) ? "io" : "mem");
245 switch (r->r_type) {
248 bus_release_resource(dev, r->r_type, r->r_rid,
252 bus_release_resource(dev, r->r_type, r->r_rid,
258 bus_release_resource(dev, r->r_type, r->r_rid,
269 r->r_type = PROTO_RES_UNUSED;
318 if (r->r_type == PROTO_RES_BUSDMA)
360 buf.x1[0] = (r->r_type
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.h57 /* Some versions define r_type in the above headers, which causes a conflict */
58 #ifdef r_type
59 # undef r_type macro
/freebsd-13-stable/include/
H A Dres_update.h45 ns_type r_type; /*%< type number */ member in struct:ns_updrec
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c77 * endian we have to byte swap that integer (r_type).
80 #define ELF_R_NXTTYPE_64_P(r_type) ((((r_type) >> 8) & 0xff) == R_TYPE(64))
88 #define ELF_R_NXTTYPE_64_P(r_type) (0)
270 Elf_Word r_symndx, r_type; local
275 r_type = ELF_R_TYPE(rel->r_info);
277 switch (r_type & 0xff) {
280 ELF_R_NXTTYPE_64_P(r_type)
286 assert(r_type == R_TYPE(REL32)
287 || r_type
474 Elf_Word r_symndx, r_type; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp60 std::to_string(rel.r_type) + " must have r_length of ";
75 switch (rel.r_type) {
89 std::to_string(rel.r_type) + " must be pcrel");
95 std::to_string(rel.r_type) + " must not be pcrel");
99 error("TODO: Unhandled relocation type " + std::to_string(rel.r_type));
/freebsd-13-stable/libexec/rbootd/
H A Drmpproto.c95 switch(rmp->r_type) { /* do what we came here to do */
159 EnetStr(rconn), rmp->r_type);
427 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
531 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
H A Dutils.c127 switch(rmp->r_type) {
178 rmp->r_type);
H A Drmp_var.h238 #define r_type rmp_proto.rmp_raw.rmp_type macro
H A Drbootd.c321 EnetStr(rtmp), rtmp->rmp.r_type);
/freebsd-13-stable/contrib/tcpdump/
H A Dnameser.h249 int16_t r_type; /* type number */ member in struct:rrec
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkupdate.c148 rtype = rrecp->r_type;
208 if (numrrs != 1 || rrecp->r_type != T_SOA)
227 switch (rrecp->r_type) {
266 if (rrecp->r_type == T_SOA) {
952 rrecp->r_type = (ns_type)type;
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h172 RI.r_type = (ARI.r_word1 >> 28);
H A DMachO_arm64.cpp35 switch (RI.r_type) {
89 ", kind=" + formatv("{0:x1}", RI.r_type) +
H A DMachO_x86_64.cpp34 switch (RI.r_type) {
92 ", kind=" + formatv("{0:x1}", RI.r_type) +
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp786 static void PrintRType(const uint64_t cputype, const unsigned r_type) { argument
808 if (r_type > 0xf){
809 outs() << format("%-7u", r_type) << " ";
814 outs() << generic_r_types[r_type];
817 outs() << x86_64_r_types[r_type];
820 outs() << arm_r_types[r_type];
824 outs() << arm64_r_types[r_type];
827 outs() << format("%-7u ", r_type);
831 static void PrintRLength(const uint64_t cputype, const unsigned r_type, argument
834 (r_type
880 const unsigned r_type = O->getAnyRelocationType(RE); local
2633 uint32_t r_value, pair_r_value, r_type; local
2810 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
2953 uint32_t r_type = info->O->getAnyRelocationType(RE); local
[all...]
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c245 uint8_t r_type; local
254 r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
255 error = bcma_erom_region_to_port_type(sc, r_type, &p_type);
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c158 int r_type; /* type of rule--see below */ member in struct:rule
828 rulep->r_type = JULIAN_DAY;
835 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
852 rulep->r_type = DAY_OF_YEAR;
887 switch (rulep->r_type) {
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp180 r.type = rel.r_type;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h398 // Constant values for the r_type field in an
408 // Constant values for the r_type field in a PowerPC architecture
428 // Constant values for the r_type field in an ARM architecture
442 // Constant values for the r_type field in an ARM64 architecture
469 // Constant values for the r_type field in an x86_64 architecture
957 r_type : 4; member in struct:llvm::MachO::relocation_info
962 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member in struct:llvm::MachO::scattered_relocation_info
965 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1366 uint32_t r_type = RelType & 0xff; local
1368 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE
1369 || r_type == ELF::R_MIPS_GOT_DISP) {

Completed in 588 milliseconds