Searched defs:relocation_info (Results 1 – 1 of 1) sorted by relevance
37 struct relocation_info { struct38 int r_address; /* offset in text or data segment */39 unsigned int r_symbolnum : 24, /* ordinal number of add symbol */40 r_pcrel : 1, /* 1 if value should be pc-relative */41 r_length : 2, /* log base 2 of value's width */42 r_extern : 1, /* 1 if need to add symbol to value */43 r_baserel : 1, /* linkage table relative */44 r_jmptable : 1, /* relocate to jump table */45 r_relative : 1, /* load address relative */46 r_copy : 1; /* run time copy */