Home
last modified time | relevance | path

Searched defs:r_type (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/libexec/rtld-elf/mips/
H A Dreloc.c80 #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 DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. variable
/freebsd-13.1/sys/dev/proto/
H A Dproto.h39 u_int r_type:8; member
/freebsd-13.1/include/
H A Dres_update.h45 ns_type r_type; /*%< type number */ member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
/freebsd-13.1/contrib/tcpdump/
H A Dnameser.h249 int16_t r_type; /* type number */ member
/freebsd-13.1/libexec/rbootd/
H A Drmp_var.h238 #define r_type rmp_proto.rmp_raw.rmp_type macro
/freebsd-13.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c245 uint8_t r_type; in bcma_erom_lookup_core_addr() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp725 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 Dlocaltime.c158 int r_type; /* type of rule--see below */ member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1430 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h960 r_type : 4; member
965 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member