Searched refs:target_bswap_32 (Results 1 – 3 of 3) sorted by relevance
34 # define target_bswap_32(n) (n) macro38 # define target_bswap_32(n) bswap_32 (n) macro66 (void) (((union u_4ubyte_unaligned *) (ptr))->u = target_bswap_32 (value))
437 addr->gotp4_addr = target_bswap_32 (gotaddr + 4); in elf_i386_finalize_plt()438 addr->gotp8_addr = target_bswap_32 (gotaddr + 8); in elf_i386_finalize_plt()494 addr->offset_got = target_bswap_32 (gotaddr_off in elf_i386_finalize_plt()497 addr->push_imm = target_bswap_32 ((pltidx - 1) * sizeof (Elf32_Rel)); in elf_i386_finalize_plt()499 addr->plt0_offset = target_bswap_32 (-(1 + pltidx) * PLT_ENTRY_SIZE); in elf_i386_finalize_plt()
3674 target_bswap_32.3675 * unaligned.h: Define target_bswap_16, target_bswap_32, and