HomeSort by relevance Sort by last modified time
    Searched refs:symndx (Results 26 - 50 of 56) sorted by null

12 3

  /toolchain/binutils/binutils-2.25/bfd/
elf32-score7.c 72 long symndx; member in struct:score_got_entry
77 /* If abfd != NULL && symndx != -1, the addend of the relocation
80 /* If abfd != NULL && symndx == -1, the hash table entry
    [all...]
elf32-score.c 75 long symndx; member in struct:score_got_entry
80 /* If abfd != NULL && symndx != -1, the addend of the relocation
83 /* If abfd != NULL && symndx == -1, the hash table entry
    [all...]
coff-alpha.c 521 /* Handle the LITUSE and GPDISP relocs specially. Its symndx
524 clobber the symndx. */
550 long symndx;
557 symndx = intern->r_size;
564 symndx = RELOC_SECTION_LITA;
569 symndx = intern->r_symndx;
573 /* XXX FIXME: The maximum symndx value used to be 14 but this
580 H_PUT_32 (abfd, symndx, ext->r_symndx);
545 long symndx; local
    [all...]
coff64-rs6000.c 283 /* For XCOFF64, the effective width of symndx changes depending on
1189 long symndx; local
    [all...]
elf32-cris.c     [all...]
elfxx-mips.c 64 requires: abfd != NULL, symndx >= 0, tls_type != GOT_TLS_LDM
65 fields: abfd, symndx, d.addend, tls_type
68 requires: abfd != NULL, symndx == -1
72 requires: abfd != NULL, symndx == 0, tls_type == GOT_TLS_LDM
80 long symndx; member in struct:mips_got_entry
85 /* If abfd != NULL && symndx != -1, the addend of the relocation
88 /* If abfd != NULL && symndx == -1, the hash table entry
112 If it is, then SYMNDX >= 0, and the symbol has index SYMNDX in U.ABFD.
113 Otherwise, SYMNDX < 0 and U.H points to the symbol's hash table entry
121 long symndx; member in struct:mips_got_page_ref
    [all...]
coff-rs6000.c 3332 long symndx; local
    [all...]
coffcode.h 4567 bfd_vma symndx; local
    [all...]
elf32-cr16.c     [all...]
elflink.c 9441 unsigned long symndx = sec_data->this_hdr.sh_info; local
    [all...]
elf64-ppc.c 2971 unsigned *symndx; member in struct:_ppc64_elf_section_data::__anon74943::_toc_sec_data
5999 unsigned long symndx = ELF64_R_SYM (look->r_info); local
10590 unsigned long symndx; local
    [all...]
elf-m10300.c     [all...]
elf-bfd.h     [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 492 Elf_Word symndx;
507 return ArrayRef<Elf_Word>(buckets().end(), DynamicSymCount - symndx);
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 59 unsigned int symndx, Address* value, bool* is_ordinary)
62 gold_assert(static_cast<off_t>((symndx + 1) * symsize) <= this->symtab_size_);
63 elfcpp::Sym<size, big_endian> elfsym(this->symtab_ + symndx * symsize);
65 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(),
80 unsigned int symndx = this->track_relocs_.next_symndx(); local
83 unsigned int target_shndx = this->symbol_section(symndx, &value,
    [all...]
incremental.cc 658 unsigned int symndx = got_plt_reader.get_got_symndx(i); local
670 target->reserve_local_got_entry(i, obj, symndx, got_type & 0x7f);
677 gold_assert(symndx >= first_global && symndx < symtab_count);
678 Symbol* sym = this->global_symbol(symndx - first_global);
    [all...]
dwarf_reader.h 150 // Return the section index of symbol SYMNDX, and copy its value to *VALUE.
153 symbol_section(unsigned int symndx, Address* value, bool* is_ordinary);
    [all...]
powerpc.cc 313 ppc64_local_entry_offset(unsigned int symndx) const
314 { return elfcpp::ppc64_decode_local_entry(this->st_other_[symndx] >> 5); }
609 // for a local tls symbol specified by OBJECT, SYMNDX.
612 unsigned int symndx,
    [all...]
output.h     [all...]
i386.cc 138 address_for_local(const Relobj*, unsigned int symndx);
475 do_plt_address_for_local(const Relobj* relobj, unsigned int symndx) const
476 { return this->plt_section()->address_for_local(relobj, symndx); }
    [all...]
sparc.cc 167 do_plt_address_for_local(const Relobj* relobj, unsigned int symndx) const
168 { return this->plt_section()->address_for_local(relobj, symndx); }
    [all...]
tilegx.cc 160 address_for_local(const Relobj*, unsigned int symndx);
342 do_plt_address_for_local(const Relobj* relobj, unsigned int symndx) const
343 { return this->plt_section()->address_for_local(relobj, symndx); }
    [all...]
x86_64.cc 211 address_for_local(const Relobj*, unsigned int symndx);
550 do_plt_address_for_local(const Relobj* relobj, unsigned int symndx) const
551 { return this->plt_section()->address_for_local(relobj, symndx); }
    [all...]
  /external/elfutils/src/
strip.c     [all...]
elflint.c     [all...]

Completed in 1741 milliseconds

12 3