Searched refs:r_pcrel (Results 1 - 11 of 11) sorted by path

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-arm.c112 MY(reloc_howto) (abfd, rel, r_index, r_extern, r_pcrel)
117 int *r_pcrel;
124 *r_pcrel = 0;
149 *r_pcrel = 1;
167 int r_pcrel;
178 r_pcrel = howto->type & 4; /* PC Relative done? */
188 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
199 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
228 /* Change the r_pcrel value -- on the ARM, this bit is set once the
365 int r_pcrel;
166 int r_pcrel; local
364 int r_pcrel; local
384 int r_pcrel; local
[all...]
H A Daout-ns32k.c163 MY(reloc_howto) (abfd, rel, r_index, r_extern, r_pcrel)
168 int *r_pcrel;
178 *r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
183 return (MY(howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
199 int r_pcrel; local
204 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
213 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
284 int r_pcrel; local
290 cache_ptr->howto = MY_reloc_howto(abfd, bytes, r_index, r_extern, r_pcrel);
H A Daout-tic30.c198 tic30_aout_reloc_howto (abfd, relocs, r_index, r_extern, r_pcrel)
203 int *r_pcrel;
209 *r_pcrel = 0;
H A Daoutx.h2072 int r_pcrel;
2079 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
2131 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
2143 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
2338 int r_pcrel;
2352 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2365 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2373 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
4896 int r_pcrel;
4906 howto = MY_reloc_howto (input_bfd, rel, r_index, r_extern, r_pcrel);
2066 int r_pcrel; variable
2332 int r_pcrel; variable
[all...]
H A Dhp300hpux.c654 int r_pcrel = 0; local
676 r_pcrel = 1;
705 cache_ptr->howto = howto_table_std + r_length + 4 * r_pcrel;
709 if (r_pcrel && r_extern)
H A Di386lynx.c139 int r_pcrel;
147 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
199 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
212 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
377 int r_pcrel;
385 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG));
392 cache_ptr->howto = aout_32_std_howto_table + r_length + 4 * r_pcrel;
138 int r_pcrel; variable
376 int r_pcrel; variable
H A Dpdp11.c2039 int r_pcrel;
2048 r_pcrel = g->howto->pc_relative;
2096 reloc_entry = r_index << 4 | r_type | r_pcrel;
2161 int r_pcrel;
2165 r_pcrel = reloc_entry & RELFLG;
2168 cache_ptr->howto = howto_table_pdp11 + (r_pcrel ? 1 : 0);
4552 int r_pcrel;
4569 r_pcrel = reloc_entry & RELFLG;
4574 howto_idx = r_pcrel;
4684 if (r_pcrel)
2033 int r_pcrel; local
2155 int r_pcrel; local
4543 int r_pcrel; local
4885 int r_pcrel; local
[all...]
H A Driscix.c312 int r_pcrel; local
325 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
327 /* For RISC iX, in pc-relative relocs the r_pcrel bit means that the
332 r_pcrel = r_pcrel ? 0 : 1;
382 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG: 0)
393 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE: 0)
/haiku-fatelf/src/bin/gdb/include/aout/
H A Dadobe.h217 unsigned int r_pcrel:1;
216 unsigned int r_pcrel:1; member in struct:reloc_std_internal
H A Daout64.h389 unsigned int r_pcrel:1;
387 unsigned int r_pcrel:1; member in struct:reloc_std_internal
/haiku-fatelf/src/bin/gdb/include/
H A Dbout.h179 r_pcrel:1, /* 1 => relocate PC-relative; else absolute member in struct:relocation_info

Completed in 150 milliseconds