Lines Matching refs:taddr
1003 const char *tosec, Elf_Addr taddr) in default_mismatch_handler() argument
1013 tsym = find_tosym(elf, taddr, tsym); in default_mismatch_handler()
1023 snprintf(taddr_str, sizeof(taddr_str), "0x%x", (unsigned int)taddr); in default_mismatch_handler()
1130 Elf_Addr faddr, Elf_Addr taddr) in check_section_mismatch() argument
1146 tosec, taddr); in check_section_mismatch()
1330 Elf_Addr taddr, r_offset; in section_rela() local
1337 taddr = tsym->st_value + TO_NATIVE(rela->r_addend); in section_rela()
1360 fsecndx, fromsec, r_offset, taddr); in section_rela()
1372 Elf_Addr taddr, r_offset; in section_rel() local
1384 taddr = addend_386_rel(loc, r_type); in section_rel()
1387 taddr = addend_arm_rel(loc, tsym, r_type); in section_rel()
1390 taddr = addend_mips_rel(loc, r_type); in section_rel()
1397 fsecndx, fromsec, r_offset, taddr); in section_rel()