Searched defs:greloc (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c5470 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_sectio
6982 static void greloc(Section *s, Sym *sym, unsigned long offset, int type) function
[all...]

Completed in 77 milliseconds