Searched refs:relloc (Results 1 – 1 of 1) sorted by relevance
804 unsigned char *relloc = (unsigned char *) data->d_buf + rel->r_offset; in elf_i386_create_relocations() local899 add_4ubyte_unaligned (relloc, value); in elf_i386_create_relocations()939 store_4ubyte_unaligned (relloc, in elf_i386_create_relocations()945 add_4ubyte_unaligned (relloc, value - gotaddr); in elf_i386_create_relocations()950 store_4ubyte_unaligned (relloc, value); in elf_i386_create_relocations()961 if (relloc[-2] == 0x8b in elf_i386_create_relocations()962 && ((relloc[-1] & 0xc7) == 0x05)) in elf_i386_create_relocations()964 relloc[-2] = 0xc7; in elf_i386_create_relocations()965 relloc[-1] = 0xc0 | ((relloc[-1] >> 3) & 7); in elf_i386_create_relocations()966 store_4ubyte_unaligned (relloc, (symref[idx]->merge.value in elf_i386_create_relocations()[all …]