Home
last modified time | relevance | path

Searched defs:r_address (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachORelocation.h26 uint32_t r_address; // offset in the section to what is being relocated variable
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachORelocation.h26 uint32_t r_address; // offset in the section to what is being relocated variable
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachORelocation.h26 uint32_t r_address; // offset in the section to what is being relocated variable
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address() function
/external/kernel-headers/original/uapi/linux/
Da.out.h227 int r_address; member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c51 struct nvfx_reg *r_address; member
/external/llvm/include/llvm/Support/
DMachO.h907 int32_t r_address; member
921 r_address:24; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h915 int32_t r_address; member
929 r_address:24; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h941 int32_t r_address; member
949 r_address : 24; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp563 const unsigned r_address = O->getAnyRelocationAddress(RE); in PrintRelocationEntries() local