Home | History | Annotate | Download | only in perf

Lines Matching full:greloc

5470 static void greloc(Section *s, Sym *sym, unsigned long addr, int type);
5708 greloc(cur_text_section, sym, ind, R_386_32);
5856 greloc(cur_text_section, vtop->sym,
6042 greloc(cur_text_section, sym_data,
6046 greloc(cur_text_section, sym,
6052 greloc(cur_text_section, sym_data,
6056 greloc(cur_text_section, sym,
6080 greloc(cur_text_section, sym, ind-4, R_386_PC32);
6451 greloc(cur_text_section, sym,
6464 greloc(cur_text_section, sym,
6512 greloc(cur_text_section, sym,
6984 static void greloc(Section *s, Sym *sym, unsigned long offset, int type)
14038 greloc(sec, vtop->sym, c, R_DATA_32);
14469 greloc(bounds_section, sym, bounds_section->data_offset, R_DATA_32);
16224 greloc(cur_text_section, pe->sym, ind, R_386_32);
16241 greloc(cur_text_section, sym, ind, R_386_PC32);