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()
2604 void *rels; in reloc() local2640 rels = _cache->c_data->d_buf; in reloc()2661 rels = (void *)((char *)rels + relsize)) { in reloc()2674 rela = (Rela *)rels; in reloc()2678 rel = (Rel *)rels; in reloc()2720 rels, relname, symname, 0); in reloc()4267 void *rels; in got() local4309 rels = _cache->c_data->d_buf; in got()4326 rels = (void *)((char *)rels + relsize)) { in got()4338 rela = (Rela *)rels; in got()[all …]