Searched defs:r_type (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/libexec/rtld-elf/mips/ |
| H A D | reloc.c | 80 #define ELF_R_NXTTYPE_64_P(r_type) ((((r_type) >> 8) & 0xff) == R_TYPE(64)) argument 88 #define ELF_R_NXTTYPE_64_P(r_type) (0) argument 270 Elf_Word r_symndx, r_type; in _rtld_relocate_nonplt_self() local 474 Elf_Word r_symndx, r_type; in reloc_non_plt() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachORelocation.h | 30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
|
| /freebsd-13.1/sys/dev/proto/ |
| H A D | proto.h | 39 u_int r_type:8; member
|
| /freebsd-13.1/include/ |
| H A D | res_update.h | 45 ns_type r_type; /*%< type number */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | nameser.h | 249 int16_t r_type; /* type number */ member
|
| /freebsd-13.1/libexec/rbootd/ |
| H A D | rmp_var.h | 238 #define r_type rmp_proto.rmp_raw.rmp_type macro
|
| /freebsd-13.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 245 uint8_t r_type; in bcma_erom_lookup_core_addr() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 725 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() 770 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() 819 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries() local 2625 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local 2802 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local 2945 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo() local
|
| /freebsd-13.1/contrib/tzcode/stdtime/ |
| H A D | localtime.c | 158 int r_type; /* type of rule--see below */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1430 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 960 r_type : 4; member 965 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
|