Lines Matching refs:taddr
1010 const char *tosec, Elf_Addr taddr) in default_mismatch_handler() argument
1020 tsym = find_tosym(elf, taddr, tsym); in default_mismatch_handler()
1030 snprintf(taddr_str, sizeof(taddr_str), "0x%x", (unsigned int)taddr); in default_mismatch_handler()
1137 Elf_Addr faddr, Elf_Addr taddr) in check_section_mismatch() argument
1153 tosec, taddr); in check_section_mismatch()
1337 Elf_Addr taddr, r_offset; in section_rela() local
1344 taddr = tsym->st_value + TO_NATIVE(rela->r_addend); in section_rela()
1367 fsecndx, fromsec, r_offset, taddr); in section_rela()
1379 Elf_Addr taddr, r_offset; in section_rel() local
1391 taddr = addend_386_rel(loc, r_type); in section_rel()
1394 taddr = addend_arm_rel(loc, tsym, r_type); in section_rel()
1397 taddr = addend_mips_rel(loc, r_type); in section_rel()
1404 fsecndx, fromsec, r_offset, taddr); in section_rel()