Searched refs:GET_SWORD (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | libaout.h | 57 #define GET_SWORD H_GET_S64 macro 69 #define GET_SWORD H_GET_S16 macro 80 #define GET_SWORD H_GET_S32 macro
|
D | i386lynx.c | 330 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address)); in NAME() 338 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend)); in NAME()
|
D | hp300hpux.c | 585 cache_ptr->symbol.value = GET_SWORD (abfd, sym_pointer->e_value); in MY()
|
D | aoutx.h | 1718 in->symbol.value = GET_SWORD (abfd, ext->e_value); in NAME() 2156 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address)); in NAME() 2199 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend)); in NAME() 3979 r_addr = GET_SWORD (input_bfd, rel->r_address); in aout_link_input_section_std() 4327 r_addr = GET_SWORD (input_bfd, rel->r_address); in aout_link_input_section_ext() 4348 r_addend = GET_SWORD (input_bfd, rel->r_addend); in aout_link_input_section_ext()
|
D | sunos.c | 1833 if (GET_SWORD (dynobj, s->contents + hash * HASH_ENTRY_SIZE) == -1) in sunos_scan_dynamic_symbol()
|
D | pdp11.c | 1477 in->symbol.value = GET_SWORD (abfd, ext->e_value); in NAME()
|
D | ChangeLog-0001 | 5050 (GET_SWORD) [ARCH_SIZE==16]: Likewise. 5051 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
|
D | ChangeLog-9193 | 3049 * libaout.h (GET_SWORD): Use the bfd_h_get_signed entry points 3315 * libaout.h (GET_SWORD): Convert (int32_type) to (int).
|