Searched refs:esym_index (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c18570 int esym_index;
18592 esym_index = s1->symtab_to_dynsym[sym_index];
18594 if (esym_index) {
18595 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32);
18608 esym_index = s1->symtab_to_dynsym[sym_index];
18609 if (esym_index) {
18611 qrel->r_info = ELF32_R_INFO(esym_index, R_386_PC32);
18725 int sym_index, esym_index, type, count;
18737 esym_index = s1->symtab_to_dynsym[sym_index];
18738 if (esym_index)
18568 int esym_index; local
18723 int sym_index, esym_index, type, count; local
[all...]

Completed in 71 milliseconds