/toolchain/binutils/binutils-2.25/gold/ |
object.h | 208 // but will usually have at most one. GOT_TYPE identifies the type of 218 Got_offset_list(unsigned int got_type, unsigned int got_offset) 219 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) 240 // Set the offset for the GOT entry of type GOT_TYPE. 242 set_offset(unsigned int got_type, unsigned int got_offset) 246 this->got_type_ = got_type; 253 if (g->got_type_ == got_type) 259 Got_offset_list* g = new Got_offset_list(got_type, got_offset); 265 // Return the offset for a GOT entry of type GOT_TYPE. 267 get_offset(unsigned int got_type) cons [all...] |
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)
|
output.cc | [all...] |
symtab.h | 416 has_got_offset(unsigned int got_type) const 417 { return this->got_offsets_.get_offset(got_type) != -1U; } 421 got_offset(unsigned int got_type) const 423 unsigned int got_offset = this->got_offsets_.get_offset(got_type); 430 set_got_offset(unsigned int got_type, unsigned int got_offset) 431 { this->got_offsets_.set_offset(got_type, got_offset); } [all...] |
powerpc.cc | 6978 enum Got_type got_type = GOT_TYPE_STANDARD; local [all...] |
output.h | [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...] |
tilegx.cc | 406 unsigned int got_type); 412 unsigned int got_type); 611 enum Got_type 4369 unsigned int got_type = GOT_TYPE_STANDARD; local [all...] |
i386.cc | 845 enum Got_type 2036 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 local 2498 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 local 2990 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local 3043 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local 3175 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32 local [all...] |
x86_64.cc | 616 unsigned int got_type); 622 unsigned int got_type); 967 enum Got_type 3608 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local 3667 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local [all...] |
mips.cc | 114 enum Got_type 758 multigot_got_type(unsigned int got_type) const 760 switch (got_type) 4960 unsigned int got_type; local 5033 unsigned int got_type; local 5097 unsigned int got_type; local 5128 unsigned int got_type = GOT_TYPE_TLS_PAIR; local 5159 unsigned int got_type = GOT_TYPE_TLS_OFFSET; local 5210 unsigned int got_type; local 5237 unsigned int got_type; local [all...] |
arm.cc | [all...] |
sparc.cc | 432 enum Got_type 3670 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-sh.c | 2410 enum got_type { enum in struct:elf_sh_link_hash_entry 2412 } got_type; member in struct:elf_sh_link_hash_entry 3046 enum got_type got_type = sh_elf_hash_entry (h)->got_type; local 3877 enum got_type got_type; local 5996 enum got_type got_type, old_got_type; local [all...] |
elfnn-aarch64.c | 1708 unsigned int got_type; member in struct:elf_aarch64_local_symbol 1778 unsigned int got_type; member in struct:elf_aarch64_link_hash_entry 6195 unsigned got_type; local 7002 unsigned got_type = elf_aarch64_hash_entry (h)->got_type; local 7340 unsigned got_type = locals[i].got_type; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-microblaze.c | 756 check_got (int * got_type, int * got_len) 772 *got_type = IMM_GOTOFF; 777 *got_type = IMM_GOT; 782 *got_type = IMM_PLT; 812 int got_len, got_type; local 815 gotfree_copy = check_got (& got_type, & got_len); 823 exp->X_md = got_type; [all...] |