Searched refs:rels (Results 1 – 6 of 6) sorted by relevance
31 static const char *rels[R_SPARC_NUM] = { variable94 return (rels[type]); in conv_reloc_SPARC_type()
30 static const char *rels[R_AMD64_NUM] = { variable92 return (rels[type]); in conv_reloc_amd64_type()
38 static const Msg rels[R_AMD64_NUM] = { variable94 return (MSG_ORIG(rels[type])); in conv_reloc_amd64_type()
38 static const Msg rels[R_386_NUM] = { variable95 return (MSG_ORIG(rels[type])); in conv_reloc_386_type()
38 static const Msg rels[R_SPARC_NUM] = { variable95 return (MSG_ORIG(rels[type])); in conv_reloc_SPARC_type()
2681 void *rels; in reloc() local2717 rels = _cache->c_data->d_buf; in reloc()2738 rels = (void *)((char *)rels + relsize)) { in reloc()2751 rela = (Rela *)rels; in reloc()2755 rel = (Rel *)rels; in reloc()2797 rels, relname, symname, 0); in reloc()4424 void *rels; in got() local4466 rels = _cache->c_data->d_buf; in got()4483 rels = (void *)((char *)rels + relsize)) { in got()4495 rela = (Rela *)rels; in got()[all …]