HomeSort by relevance Sort by last modified time
    Searched defs:got_type (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
incremental-dump.cc 392 unsigned int got_type = igot_plt.get_got_type(i); local
395 printf("[%d] type %02x, ", i, got_type & 0x7f);
396 if ((got_type & 0x7f) == 0x7f)
398 else if (got_type & 0x80)
i386.cc 870 enum Got_type
2068 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 local
2549 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 local
3070 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local
3123 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local
3249 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 local
    [all...]
incremental.cc 651 unsigned int got_type = got_plt_reader.get_got_type(i); local
652 if ((got_type & 0x7f) == 0x7f)
659 if (got_type & 0x80)
666 i, got_type & 0x7f);
670 target->reserve_local_got_entry(i, obj, symndx, got_type & 0x7f);
684 i, got_type, sym->name());
685 target->reserve_global_got_entry(i, sym, got_type);
    [all...]
s390.cc 476 unsigned int got_type);
482 unsigned int got_type);
729 enum Got_type
3552 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local
    [all...]
sparc.cc 435 enum Got_type
3776 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local
    [all...]
tilegx.cc 420 unsigned int got_type);
426 unsigned int got_type);
617 enum Got_type
4383 unsigned int got_type = GOT_TYPE_STANDARD; local
    [all...]
x86_64.cc 666 unsigned int got_type);
672 unsigned int got_type);
4082 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local
4141 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local
    [all...]
mips.cc 115 enum Got_type
814 multigot_got_type(unsigned int got_type) const
816 switch (got_type)
5821 unsigned int got_type; local
5894 unsigned int got_type; local
5958 unsigned int got_type; local
5989 unsigned int got_type = GOT_TYPE_TLS_PAIR; local
6022 unsigned int got_type = GOT_TYPE_TLS_OFFSET; local
6076 unsigned int got_type; local
6103 unsigned int got_type; local
    [all...]
powerpc.cc 7775 enum Got_type got_type = GOT_TYPE_STANDARD; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 761 check_got (int * got_type, int * got_len)
777 *got_type = IMM_GOTOFF;
782 *got_type = IMM_GOT;
787 *got_type = IMM_PLT;
818 int got_len, got_type; local
821 gotfree_copy = check_got (& got_type, & got_len);
829 exp->X_md = got_type;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-sh.c 2421 enum got_type { enum in struct:elf_sh_link_hash_entry
2423 } got_type; member in struct:elf_sh_link_hash_entry
3057 enum got_type got_type = sh_elf_hash_entry (h)->got_type; local
3892 enum got_type got_type; local
6012 enum got_type got_type, old_got_type; local
    [all...]
elfnn-aarch64.c 2166 unsigned int got_type; member in struct:elf_aarch64_local_symbol
2236 unsigned int got_type; member in struct:elf_aarch64_link_hash_entry
7249 unsigned got_type; local
8022 unsigned got_type = elf_aarch64_hash_entry (h)->got_type; local
8388 unsigned got_type = locals[i].got_type; local
    [all...]

Completed in 154 milliseconds