HomeSort by: relevance | last modified time | path
    Searched defs:got_entry (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
arc-got.h 47 struct got_entry struct
49 struct got_entry *next;
59 static struct got_entry **
79 static struct got_entry *
80 got_entry_for_type (struct got_entry **list,
83 struct got_entry **p = list;
95 new_got_entry_to_list (struct got_entry **list,
102 struct got_entry **p = list;
103 struct got_entry *entry;
112 entry = (struct got_entry *) xmalloc (sizeof (struct got_entry))
    [all...]
elf32-metag.c 2894 bfd_vma got_entry; local
2918 got_entry = sgot->output_section->vma
2929 | (((got_entry >> 16) & 0xffff) << 3)),
2933 | ((got_entry & 0xffff) << 3)),
2947 bfd_vma addr = got_entry - (splt->output_section->vma +
elf32-bfin.c 1846 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
2084 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry)
2103 if (entry->got_entry)
2141 + entry->got_entry, entry);
2149 + entry->got_entry)
2158 + entry->got_entry);
2706 relocation = picrel->got_entry;
3705 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->got17m4);
3707 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->gothilo);
3801 entry->got_entry = 0
1842 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:bfinfdpic_relocs_info
    [all...]
elf32-frv.c 1076 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
1337 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry
1357 if (entry->got_entry)
1395 + entry->got_entry, entry);
1403 + entry->got_entry)
1412 + entry->got_entry);
3485 relocation = picrel->got_entry;
4972 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->got12);
4974 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gotlos);
4976 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gothilo)
1075 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:frvfdpic_relocs_info
    [all...]
elf32-m68k.c 1487 /* Calculate hash of got_entry.
2663 struct elf_m68k_got_entry *got_entry;
2666 got_entry = elf_m68k_add_entry_to_got (got, h, abfd,
2669 if (got_entry == NULL)
2672 if (got_entry->u.s1.refcount == 1)
4139 struct elf_m68k_got_entry *got_entry;
4148 got_entry = elf_m68k_hash_entry (h)->glist;
4150 while (got_entry != NULL)
4155 r_type = got_entry->key_.type;
4156 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1
2662 struct elf_m68k_got_entry *got_entry; local
4137 struct elf_m68k_got_entry *got_entry; local
    [all...]
elf32-sh.c 1547 bfd_vma got_entry; /* the address of the symbol's .got.plt entry */
1550 bool got20; /* TRUE if got_entry points to a movi20 instruction
6020 + plt_info->symbol_fields.got_entry);
6027 + plt_info->symbol_fields.got_entry));
6039 + plt_info->symbol_fields.got_entry));
6133 + plt_info->symbol_fields.got_entry);
1543 bfd_vma got_entry; \/* the address of the symbol's .got.plt entry *\/ member in struct:elf_sh_plt_info::__anon9752
elf32-spu.c 360 struct got_entry struct
362 struct got_entry *next;
1082 struct got_entry *g, **head;
1120 struct got_entry *gnext;
1216 struct got_entry *g, **head;
4971 struct got_entry *g, **head;
5163 struct got_entry *g;
  /src/external/gpl3/binutils.old/dist/bfd/
arc-got.h 47 struct got_entry struct
49 struct got_entry *next;
59 static struct got_entry **
79 static struct got_entry *
80 got_entry_for_type (struct got_entry **list,
83 struct got_entry **p = list;
95 new_got_entry_to_list (struct got_entry **list,
102 struct got_entry **p = list;
103 struct got_entry *entry;
112 entry = (struct got_entry *) xmalloc (sizeof (struct got_entry))
    [all...]
elf32-metag.c 2931 bfd_vma got_entry; local
2955 got_entry = sgot->output_section->vma
2966 | (((got_entry >> 16) & 0xffff) << 3)),
2970 | ((got_entry & 0xffff) << 3)),
2984 bfd_vma addr = got_entry - (splt->output_section->vma +
elf32-bfin.c 1846 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
2084 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry)
2103 if (entry->got_entry)
2141 + entry->got_entry, entry);
2149 + entry->got_entry)
2158 + entry->got_entry);
2705 relocation = picrel->got_entry;
3704 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->got17m4);
3706 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->gothilo);
3800 entry->got_entry = 0
1842 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:bfinfdpic_relocs_info
    [all...]
elf32-frv.c 1076 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
1337 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry
1357 if (entry->got_entry)
1395 + entry->got_entry, entry);
1403 + entry->got_entry)
1412 + entry->got_entry);
3484 relocation = picrel->got_entry;
4971 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->got12);
4973 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gotlos);
4975 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gothilo)
1075 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:frvfdpic_relocs_info
    [all...]
elf32-m68k.c 1488 /* Calculate hash of got_entry.
2664 struct elf_m68k_got_entry *got_entry;
2667 got_entry = elf_m68k_add_entry_to_got (got, h, abfd,
2670 if (got_entry == NULL)
2673 if (got_entry->u.s1.refcount == 1)
4139 struct elf_m68k_got_entry *got_entry;
4148 got_entry = elf_m68k_hash_entry (h)->glist;
4150 while (got_entry != NULL)
4155 r_type = got_entry->key_.type;
4156 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1
2663 struct elf_m68k_got_entry *got_entry; local
4137 struct elf_m68k_got_entry *got_entry; local
    [all...]
elf32-sh.c 1547 bfd_vma got_entry; /* the address of the symbol's .got.plt entry */
1550 bool got20; /* TRUE if got_entry points to a movi20 instruction
6019 + plt_info->symbol_fields.got_entry);
6026 + plt_info->symbol_fields.got_entry));
6038 + plt_info->symbol_fields.got_entry));
6132 + plt_info->symbol_fields.got_entry);
1543 bfd_vma got_entry; \/* the address of the symbol's .got.plt entry *\/ member in struct:elf_sh_plt_info::__anon11235
elf32-spu.c 360 struct got_entry struct
362 struct got_entry *next;
1082 struct got_entry *g, **head;
1120 struct got_entry *gnext;
1216 struct got_entry *g, **head;
4970 struct got_entry *g, **head;
5161 struct got_entry *g;
  /src/external/gpl3/gdb/dist/bfd/
arc-got.h 47 struct got_entry struct
49 struct got_entry *next;
59 static struct got_entry **
79 static struct got_entry *
80 got_entry_for_type (struct got_entry **list,
83 struct got_entry **p = list;
95 new_got_entry_to_list (struct got_entry **list,
102 struct got_entry **p = list;
103 struct got_entry *entry;
112 entry = (struct got_entry *) xmalloc (sizeof (struct got_entry))
    [all...]
elf32-metag.c 2929 bfd_vma got_entry; local
2953 got_entry = sgot->output_section->vma
2964 | (((got_entry >> 16) & 0xffff) << 3)),
2968 | ((got_entry & 0xffff) << 3)),
2982 bfd_vma addr = got_entry - (splt->output_section->vma +
elf32-bfin.c 1846 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
2084 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry)
2103 if (entry->got_entry)
2141 + entry->got_entry, entry);
2149 + entry->got_entry)
2158 + entry->got_entry);
2705 relocation = picrel->got_entry;
3704 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->got17m4);
3706 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->gothilo);
3800 entry->got_entry = 0
1842 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:bfinfdpic_relocs_info
    [all...]
elf32-frv.c 1076 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
1337 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry
1357 if (entry->got_entry)
1395 + entry->got_entry, entry);
1403 + entry->got_entry)
1412 + entry->got_entry);
3484 relocation = picrel->got_entry;
4971 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->got12);
4973 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gotlos);
4975 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gothilo)
1075 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:frvfdpic_relocs_info
    [all...]
elf32-m68k.c 1488 /* Calculate hash of got_entry.
2664 struct elf_m68k_got_entry *got_entry;
2667 got_entry = elf_m68k_add_entry_to_got (got, h, abfd,
2670 if (got_entry == NULL)
2673 if (got_entry->u.s1.refcount == 1)
4126 struct elf_m68k_got_entry *got_entry;
4135 got_entry = elf_m68k_hash_entry (h)->glist;
4137 while (got_entry != NULL)
4142 r_type = got_entry->key_.type;
4143 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1
2663 struct elf_m68k_got_entry *got_entry; local
4124 struct elf_m68k_got_entry *got_entry; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
arc-got.h 47 struct got_entry struct
49 struct got_entry *next;
59 static struct got_entry **
79 static struct got_entry *
80 got_entry_for_type (struct got_entry **list,
83 struct got_entry **p = list;
95 new_got_entry_to_list (struct got_entry **list,
102 struct got_entry **p = list;
103 struct got_entry *entry;
112 entry = (struct got_entry *) xmalloc (sizeof (struct got_entry))
    [all...]
elf32-metag.c 2930 bfd_vma got_entry; local
2954 got_entry = sgot->output_section->vma
2965 | (((got_entry >> 16) & 0xffff) << 3)),
2969 | ((got_entry & 0xffff) << 3)),
2983 bfd_vma addr = got_entry - (splt->output_section->vma +
elf32-bfin.c 1847 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
2085 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry)
2104 if (entry->got_entry)
2142 + entry->got_entry, entry);
2150 + entry->got_entry)
2159 + entry->got_entry);
2706 relocation = picrel->got_entry;
3705 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->got17m4);
3707 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->gothilo);
3801 entry->got_entry = 0
1843 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:bfinfdpic_relocs_info
    [all...]
elf32-frv.c 1077 bfd_signed_vma got_entry, fdgot_entry, fd_entry;
1338 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry
1358 if (entry->got_entry)
1396 + entry->got_entry, entry);
1404 + entry->got_entry)
1413 + entry->got_entry);
3485 relocation = picrel->got_entry;
4972 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->got12);
4974 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gotlos);
4976 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gothilo)
1076 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member in struct:frvfdpic_relocs_info
    [all...]
elf32-m68k.c 1489 /* Calculate hash of got_entry.
2665 struct elf_m68k_got_entry *got_entry;
2668 got_entry = elf_m68k_add_entry_to_got (got, h, abfd,
2671 if (got_entry == NULL)
2674 if (got_entry->u.s1.refcount == 1)
4127 struct elf_m68k_got_entry *got_entry;
4136 got_entry = elf_m68k_hash_entry (h)->glist;
4138 while (got_entry != NULL)
4143 r_type = got_entry->key_.type;
4144 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1
2664 struct elf_m68k_got_entry *got_entry; local
4125 struct elf_m68k_got_entry *got_entry; local
    [all...]
  /src/lib/libc/rpc/
rpcb_clnt.c 116 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) function
848 if ((address = got_entry(relp, nconf)) != NULL) {

Completed in 100 milliseconds

1 2