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

  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c 2169 } riscv_pcrel_hi_reloc; typedef in typeref:struct:__anon11276
2195 /* Hash table for riscv_pcrel_hi_reloc. */
2204 const riscv_pcrel_hi_reloc *e = entry;
2211 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2290 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2291 riscv_pcrel_hi_reloc **slot =
2292 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2295 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2330 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0}
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c 1972 } riscv_pcrel_hi_reloc; typedef in typeref:struct:__anon125
1998 /* Hash table for riscv_pcrel_hi_reloc. */
2007 const riscv_pcrel_hi_reloc *e = entry;
2014 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2093 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2094 riscv_pcrel_hi_reloc **slot =
2095 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2098 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2133 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0}
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c 2169 } riscv_pcrel_hi_reloc; typedef in typeref:struct:__anon155
2195 /* Hash table for riscv_pcrel_hi_reloc. */
2204 const riscv_pcrel_hi_reloc *e = entry;
2211 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2290 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2291 riscv_pcrel_hi_reloc **slot =
2292 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2295 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2330 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0}
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfnn-riscv.c 2170 } riscv_pcrel_hi_reloc; typedef in typeref:struct:__anon9795
2196 /* Hash table for riscv_pcrel_hi_reloc. */
2205 const riscv_pcrel_hi_reloc *e = entry;
2212 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
2291 riscv_pcrel_hi_reloc entry = {addr, offset, type, absolute};
2292 riscv_pcrel_hi_reloc **slot =
2293 (riscv_pcrel_hi_reloc **) htab_find_slot (p->hi_relocs, &entry, INSERT);
2296 *slot = (riscv_pcrel_hi_reloc *) bfd_malloc (sizeof (riscv_pcrel_hi_reloc));
2331 riscv_pcrel_hi_reloc search = {r->address, 0, 0, 0}
    [all...]

Completed in 47 milliseconds