Lines Matching +defs:relocs +defs:x
58 #define N_HEADER_IN_TEXT(x) 0 argument
64 #define N_BADMAG(x) (N_MAGIC(x) != OMAGIC \ argument
113 #define N_TXTOFF(x) (EXEC_BYTES_SIZE) argument
114 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) argument
115 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) argument
116 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize) argument
117 #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) argument
118 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) argument
182 #define RINDEX(x) (((x) & 0xfff0) >> 4) argument
237 void * relocs; member
1457 bfd_vma x; in NAME() local
1821 void * relocs; in NAME() local
1868 int x; in NAME() local
2395 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() argument
3227 bfd_byte *relocs, in pdp11_aout_link_input_section()
3528 void * relocs; in aout_link_input_section() local
4480 #define COERCE32(x) (((bfd_signed_vma) (x) ^ 0x80000000) - 0x80000000) argument