Searched refs:rels (Results 1 – 7 of 7) sorted by relevance
31 static const char *rels[R_AMD64_NUM] = { variable67 return (rels[type]); in conv_reloc_amd64_type()
31 static const char *rels[R_386_NUM] = { variable70 return (rels[type]); in conv_reloc_386_type()
31 static const char *rels[R_SPARC_NUM] = { variable94 return (rels[type]); in conv_reloc_SPARC_type()
39 static const Msg rels[R_AMD64_NUM] = { variable69 return (MSG_ORIG(rels[type])); in conv_reloc_amd64_type()
39 static const Msg rels[R_386_NUM] = { variable71 return (MSG_ORIG(rels[type])); in conv_reloc_386_type()
39 static const Msg rels[R_SPARC_NUM] = { variable96 return (MSG_ORIG(rels[type])); in conv_reloc_SPARC_type()
2608 void *rels; in reloc() local2644 rels = _cache->c_data->d_buf; in reloc()2665 rels = (void *)((char *)rels + relsize)) { in reloc()2678 rela = (Rela *)rels; in reloc()2682 rel = (Rel *)rels; in reloc()2724 rels, relname, symname, 0); in reloc()4271 void *rels; in got() local4313 rels = _cache->c_data->d_buf; in got()4330 rels = (void *)((char *)rels + relsize)) { in got()4342 rela = (Rela *)rels; in got()[all …]