Lines Matching refs:taddr
1022 const char *tosec, Elf_Addr taddr) in default_mismatch_handler() argument
1032 tsym = find_tosym(elf, taddr, tsym); in default_mismatch_handler()
1042 snprintf(taddr_str, sizeof(taddr_str), "0x%x", (unsigned int)taddr); in default_mismatch_handler()
1149 Elf_Addr faddr, Elf_Addr taddr) in check_section_mismatch() argument
1165 tosec, taddr); in check_section_mismatch()
1349 Elf_Addr taddr, r_offset; in section_rela() local
1356 taddr = tsym->st_value + TO_NATIVE(rela->r_addend); in section_rela()
1379 fsecndx, fromsec, r_offset, taddr); in section_rela()
1391 Elf_Addr taddr, r_offset; in section_rel() local
1403 taddr = addend_386_rel(loc, r_type); in section_rel()
1406 taddr = addend_arm_rel(loc, tsym, r_type); in section_rel()
1409 taddr = addend_mips_rel(loc, r_type); in section_rel()
1416 fsecndx, fromsec, r_offset, taddr); in section_rel()