Searched defs:relocation_info (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | reloc.h | 40 struct relocation_info { struct 41 int r_address; /* offset in text or data segment */ 42 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ 43 r_pcrel : 1, /* 1 if value should be pc-relative */ 44 r_length : 2, /* log base 2 of value's width */ 45 r_extern : 1, /* 1 if need to add symbol to value */ 46 r_baserel : 1, /* linkage table relative */ 47 r_jmptable : 1, /* relocate to jump table */ 48 r_relative : 1, /* load address relative */ 49 r_copy : 1; /* run time copy */
|
/freebsd/sys/amd64/include/ |
H A D | reloc.h | 36 struct relocation_info { struct 37 int r_address; /* offset in text or data segment */ 38 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ 39 r_pcrel : 1, /* 1 if value should be pc-relative */ 40 r_length : 2, /* log base 2 of value's width */ 41 r_extern : 1, /* 1 if need to add symbol to value */ 42 r_baserel : 1, /* linkage table relative */ 43 r_jmptable : 1, /* relocate to jump table */ 44 r_relative : 1, /* load address relative */ 45 r_copy : 1; /* run time copy */
|
/freebsd/sys/i386/include/ |
H A D | reloc.h | 36 struct relocation_info { struct 37 int r_address; /* offset in text or data segment */ 38 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */ 39 r_pcrel : 1, /* 1 if value should be pc-relative */ 40 r_length : 2, /* log base 2 of value's width */ 41 r_extern : 1, /* 1 if need to add symbol to value */ 42 r_baserel : 1, /* linkage table relative */ 43 r_jmptable : 1, /* relocate to jump table */ 44 r_relative : 1, /* load address relative */ 45 r_copy : 1; /* run time copy */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 980 struct relocation_info { global() struct 986 r_typerelocation_info global() argument
|