HomeSort by relevance Sort by last modified time
    Searched defs:symndx (Results 26 - 31 of 31) sorted by null

12

  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 13796 unsigned int symndx; local
    [all...]
elf32-nds32.c 4608 int symndx = r_symndx - symtab_hdr->sh_info; local
8063 int symndx; local
    [all...]
elf64-ppc.c 2971 unsigned *symndx; member in struct:_ppc64_elf_section_data::__anon73816::_toc_sec_data
5999 unsigned long symndx = ELF64_R_SYM (look->r_info); local
10590 unsigned long symndx; local
    [all...]
elflink.c 9441 unsigned long symndx = sec_data->this_hdr.sh_info; local
    [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...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 390 // (object != NULL, symndx >= 0, tls_type != GOT_TLS_LDM)
392 // (object != NULL, symndx == -1)
394 // (object != NULL, symndx == 0, tls_type == GOT_TLS_LDM)
402 Mips_got_entry(Mips_relobj<size, big_endian>* object, unsigned int symndx,
405 : object_(object), symndx_(symndx), tls_type_(tls_type), shndx_(shndx)
467 symndx() const function in class:__anon74199::Mips_got_entry
512 // If symndx != -1, the addend of the relocation that should be added to the
515 // If symndx == -1, the global symbol corresponding to this GOT entry. The
578 : object(NULL), symndx(-1U), ranges(NULL), num_pages(0)
582 : object(object_), symndx(symndx_), ranges(NULL), num_pages(0
588 unsigned int symndx; member in struct:__anon74199::Got_page_entry
    [all...]

Completed in 166 milliseconds

12