Searched refs:r_offset (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-current/sys/i386/linux/
H A Dlinux_sysvec.c769 where = (Elf_Addr *)(mapping + rel->r_offset);
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_sysvec.c928 where = (Elf32_Addr *)(mapping + rel->r_offset);
/freebsd-current/sys/amd64/linux/
H A Dlinux_sysvec.c832 where = (Elf_Addr *)(mapping + rela->r_offset);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp190 return rel.reloc.get<ELFRel *>()->r_offset;
192 return rel.reloc.get<ELFRela *>()->r_offset;
197 return rel.reloc.get<ELFRel *>()->r_offset;
199 return rel.reloc.get<ELFRela *>()->r_offset;
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1289 REntry.r_offset = Rel.Offset;
1296 REntry.r_offset = Rel.Offset;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp912 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset;
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h463 uint64_t r_offset; member in class:lld::elf::DynamicReloc
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c3058 #define REL_HDR "r_offset", "r_info", "r_type", "st_value", "st_name"
3059 #define REL_CT32 (uintmax_t)r.r_offset, (uintmax_t)r.r_info, \
3062 #define REL_CT64 (uintmax_t)r.r_offset, (uintmax_t)r.r_info, \
3141 #define RELA_HDR "r_offset", "r_info", "r_type", "st_value", \
3143 #define RELA_CT32 (uintmax_t)r.r_offset, (uintmax_t)r.r_info, \
3146 #define RELA_CT64 (uintmax_t)r.r_offset, (uintmax_t)r.r_info, \
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp956 Buf->r_offset = Reloc.Offset;
1630 ToAdd.Offset = Rel.r_offset;
/freebsd-current/libexec/rtld-elf/
H A Drtld.c1043 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp193 Offset(R.r_offset), Info(R.r_info) {}

Completed in 504 milliseconds

1234