Home | History | Annotate | Download | only in crunchide

Lines Matching defs:relp

75 static void check_reloc(const char *filename, struct relocation_info *relp);
102 struct relocation_info *relp;
176 for(relp = textrel; relp < textrel + ntextrel; relp++)
177 check_reloc(filename, relp);
178 for(relp = datarel; relp < datarel + ndatarel; relp++)
179 check_reloc(filename, relp);
196 static void check_reloc(const char *filename, struct relocation_info *relp)
199 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
202 filename, SYMSTR(&symbase[relp->r_symbolnum]));