OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_bswap_32
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
unaligned.h
42
# define
target_bswap_32
(n) (n)
macro
46
# define
target_bswap_32
(n) bswap_32 (n)
macro
74
(void) (((union u_4ubyte_unaligned *) (ptr))->u =
target_bswap_32
(value))
i386_ld.c
445
addr->gotp4_addr =
target_bswap_32
(gotaddr + 4);
446
addr->gotp8_addr =
target_bswap_32
(gotaddr + 8);
502
addr->offset_got =
target_bswap_32
(gotaddr_off
505
addr->push_imm =
target_bswap_32
((pltidx - 1) * sizeof (Elf32_Rel));
507
addr->plt0_offset =
target_bswap_32
(-(1 + pltidx) * PLT_ENTRY_SIZE);
[
all
...]
Completed in 141 milliseconds