HomeSort by: relevance | last modified time | path
    Searched defs:reloc_entry (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/acorn32/stand/boot32/
boot32.c 233 u_long *reloc_entry, current_length, length; local
237 current_entry = reloc_entry = reloc_instruction_table + 1;
240 current_src = reloc_entry[0];
241 current_destination = reloc_entry[1];
242 current_length = reloc_entry[2];
244 reloc_entry += 3;
245 while (reloc_entry < reloc_pos) {
246 src = reloc_entry[0];
247 destination = reloc_entry[1];
248 length = reloc_entry[2]
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 1798 int reloc_entry;
1830 reloc_entry = r_index << 4 | r_type | r_pcrel;
1832 PUT_WORD (abfd, reloc_entry, natptr);
1894 int reloc_entry;
1898 reloc_entry = GET_WORD (abfd, (void *) bytes);
1900 r_pcrel = reloc_entry & RELFLG;
1905 if ((reloc_entry & RTYPE) == RABS)
1908 r_index = RINDEX (reloc_entry);
1912 r_extern = (reloc_entry & RTYPE) == REXT;
3390 int reloc_entry;
1792 int reloc_entry; local
1888 int reloc_entry; local
3381 int reloc_entry; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 1798 int reloc_entry;
1830 reloc_entry = r_index << 4 | r_type | r_pcrel;
1832 PUT_WORD (abfd, reloc_entry, natptr);
1894 int reloc_entry;
1898 reloc_entry = GET_WORD (abfd, (void *) bytes);
1900 r_pcrel = reloc_entry & RELFLG;
1905 if ((reloc_entry & RTYPE) == RABS)
1908 r_index = RINDEX (reloc_entry);
1912 r_extern = (reloc_entry & RTYPE) == REXT;
3390 int reloc_entry;
1792 int reloc_entry; local
1888 int reloc_entry; local
3381 int reloc_entry; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 1798 int reloc_entry;
1830 reloc_entry = r_index << 4 | r_type | r_pcrel;
1832 PUT_WORD (abfd, reloc_entry, natptr);
1894 int reloc_entry;
1898 reloc_entry = GET_WORD (abfd, (void *) bytes);
1900 r_pcrel = reloc_entry & RELFLG;
1905 if ((reloc_entry & RTYPE) == RABS)
1908 r_index = RINDEX (reloc_entry);
1912 r_extern = (reloc_entry & RTYPE) == REXT;
3397 int reloc_entry;
1792 int reloc_entry; local
1888 int reloc_entry; local
3388 int reloc_entry; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 1798 int reloc_entry;
1830 reloc_entry = r_index << 4 | r_type | r_pcrel;
1832 PUT_WORD (abfd, reloc_entry, natptr);
1894 int reloc_entry;
1898 reloc_entry = GET_WORD (abfd, (void *) bytes);
1900 r_pcrel = reloc_entry & RELFLG;
1905 if ((reloc_entry & RTYPE) == RABS)
1908 r_index = RINDEX (reloc_entry);
1912 r_extern = (reloc_entry & RTYPE) == REXT;
3390 int reloc_entry;
1792 int reloc_entry; local
1888 int reloc_entry; local
3381 int reloc_entry; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 276 struct reloc_entry
275 struct reloc_entry struct
tc-arm.c 625 struct reloc_entry struct
2495 struct reloc_entry *r;
23905 static struct reloc_entry reloc_names[] =
30072 struct reloc_entry * entry = reloc_names + i;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 276 struct reloc_entry
275 struct reloc_entry struct
tc-arm.c 625 struct reloc_entry struct
2494 struct reloc_entry *r;
23908 static struct reloc_entry reloc_names[] =
30079 struct reloc_entry * entry = reloc_names + i;

Completed in 81 milliseconds