Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c18568 int esym_index; in relocate_section() local
18590 esym_index = s1->symtab_to_dynsym[sym_index]; in relocate_section()
18592 if (esym_index) { in relocate_section()
18593 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32); in relocate_section()
18606 esym_index = s1->symtab_to_dynsym[sym_index]; in relocate_section()
18607 if (esym_index) { in relocate_section()
18609 qrel->r_info = ELF32_R_INFO(esym_index, R_386_PC32); in relocate_section()
18723 int sym_index, esym_index, type, count; in prepare_dynamic_rel() local
18735 esym_index = s1->symtab_to_dynsym[sym_index]; in prepare_dynamic_rel()
18736 if (esym_index) in prepare_dynamic_rel()