| /src/external/gpl3/binutils/dist/bfd/ |
| coff-mcore.c | 396 long symndx; 408 symndx = rel->r_symndx; 411 if (symndx == -1) 418 h = obj_coff_sym_hashes (input_bfd)[symndx]; 419 sym = syms + symndx; 434 if (symndx == -1) 438 asection * sec = sections[symndx]; 389 long symndx; local
|
| coff-aarch64.c | 507 long symndx; local 519 symndx = rel->r_symndx; 520 sym_value = syms[symndx].n_value; 522 h = obj_coff_sym_hashes (input_bfd)[symndx]; 531 sec = sections[symndx]; 545 if (symndx < 0 546 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 576 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 608 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 643 (info, h ? &h->root : NULL, syms[symndx]._n._n_name [all...] |
| coff-i386.c | 452 long symndx; local 464 symndx = rel->r_symndx; 466 if (symndx < 0 467 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 470 h = obj_coff_sym_hashes (input_bfd)[symndx]; 473 sec = sections[symndx];
|
| elf32-frv.c | 980 long symndx; 986 /* If symndx == -1, the hash table entry corresponding to a global 988 should ideally be replaced with section's symndx + addend). */ 1045 (call && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h)) */ 1051 && (symndx != -1 || FRVFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1055 (privfd && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h) 1093 return (entry->symndx == -1 1095 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1106 return e1->symndx == e2->symndx && e1->addend == e2->adden 979 long symndx; member in struct:frvfdpic_relocs_info [all...] |
| elf32-bfin.c | 1640 unsigned int symndx) 1650 return _bfd_elf_gc_mark_hook (sec, info, cookie, h, symndx); 1774 long symndx; 1780 /* If symndx == -1, the hash table entry corresponding to a global 1782 should ideally be replaced with section's symndx + addend). */ 1816 (call && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h)) */ 1822 && (symndx != -1 || BFINFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1826 (privfd && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h) 1859 return (entry->symndx == -1 1861 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend 1770 long symndx; member in struct:bfinfdpic_relocs_info [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coff-mcore.c | 392 long symndx; 404 symndx = rel->r_symndx; 407 if (symndx == -1) 414 h = obj_coff_sym_hashes (input_bfd)[symndx]; 415 sym = syms + symndx; 430 if (symndx == -1) 434 asection * sec = sections[symndx]; 385 long symndx; local
|
| coff-aarch64.c | 508 long symndx; local 520 symndx = rel->r_symndx; 521 sym_value = syms[symndx].n_value; 523 h = obj_coff_sym_hashes (input_bfd)[symndx]; 532 sec = sections[symndx]; 546 if (symndx < 0 547 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 577 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 609 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 644 (info, h ? &h->root : NULL, syms[symndx]._n._n_name [all...] |
| coff-i386.c | 452 long symndx; local 464 symndx = rel->r_symndx; 466 if (symndx < 0 467 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 470 h = obj_coff_sym_hashes (input_bfd)[symndx]; 473 sec = sections[symndx];
|
| elf32-frv.c | 980 long symndx; 986 /* If symndx == -1, the hash table entry corresponding to a global 988 should ideally be replaced with section's symndx + addend). */ 1045 (call && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h)) */ 1051 && (symndx != -1 || FRVFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1055 (privfd && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h) 1093 return (entry->symndx == -1 1095 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1106 return e1->symndx == e2->symndx && e1->addend == e2->adden 979 long symndx; member in struct:frvfdpic_relocs_info [all...] |
| elf32-bfin.c | 1774 long symndx; 1780 /* If symndx == -1, the hash table entry corresponding to a global 1782 should ideally be replaced with section's symndx + addend). */ 1816 (call && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h)) */ 1822 && (symndx != -1 || BFINFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1826 (privfd && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h) 1859 return (entry->symndx == -1 1861 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1872 return e1->symndx == e2->symndx && e1->addend == e2->adden 1770 long symndx; member in struct:bfinfdpic_relocs_info [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coff-mcore.c | 392 long symndx; 404 symndx = rel->r_symndx; 407 if (symndx == -1) 414 h = obj_coff_sym_hashes (input_bfd)[symndx]; 415 sym = syms + symndx; 430 if (symndx == -1) 434 asection * sec = sections[symndx]; 385 long symndx; local
|
| coff-aarch64.c | 508 long symndx; local 520 symndx = rel->r_symndx; 521 sym_value = syms[symndx].n_value; 523 h = obj_coff_sym_hashes (input_bfd)[symndx]; 532 sec = sections[symndx]; 546 if (symndx < 0 547 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 577 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 609 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 644 (info, h ? &h->root : NULL, syms[symndx]._n._n_name [all...] |
| coff-i386.c | 452 long symndx; local 464 symndx = rel->r_symndx; 466 if (symndx < 0 467 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 470 h = obj_coff_sym_hashes (input_bfd)[symndx]; 473 sec = sections[symndx];
|
| elf32-frv.c | 980 long symndx; 986 /* If symndx == -1, the hash table entry corresponding to a global 988 should ideally be replaced with section's symndx + addend). */ 1045 (call && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h)) */ 1051 && (symndx != -1 || FRVFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1055 (privfd && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h) 1093 return (entry->symndx == -1 1095 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1106 return e1->symndx == e2->symndx && e1->addend == e2->adden 979 long symndx; member in struct:frvfdpic_relocs_info [all...] |
| elf32-bfin.c | 1774 long symndx; 1780 /* If symndx == -1, the hash table entry corresponding to a global 1782 should ideally be replaced with section's symndx + addend). */ 1816 (call && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h)) */ 1822 && (symndx != -1 || BFINFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1826 (privfd && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h) 1859 return (entry->symndx == -1 1861 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1872 return e1->symndx == e2->symndx && e1->addend == e2->adden 1770 long symndx; member in struct:bfinfdpic_relocs_info [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coff-mcore.c | 396 long symndx; 408 symndx = rel->r_symndx; 411 if (symndx == -1) 418 h = obj_coff_sym_hashes (input_bfd)[symndx]; 419 sym = syms + symndx; 434 if (symndx == -1) 438 asection * sec = sections[symndx]; 389 long symndx; local
|
| coff-aarch64.c | 507 long symndx; local 519 symndx = rel->r_symndx; 520 sym_value = syms[symndx].n_value; 522 h = obj_coff_sym_hashes (input_bfd)[symndx]; 531 sec = sections[symndx]; 545 if (symndx < 0 546 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 576 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 608 (info, h ? &h->root : NULL, syms[symndx]._n._n_name, 643 (info, h ? &h->root : NULL, syms[symndx]._n._n_name [all...] |
| coff-i386.c | 452 long symndx; local 464 symndx = rel->r_symndx; 466 if (symndx < 0 467 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) 470 h = obj_coff_sym_hashes (input_bfd)[symndx]; 473 sec = sections[symndx];
|
| elf32-frv.c | 980 long symndx; 986 /* If symndx == -1, the hash table entry corresponding to a global 988 should ideally be replaced with section's symndx + addend). */ 1045 (call && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h)) */ 1051 && (symndx != -1 || FRVFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1055 (privfd && symndx == -1 && ! FRVFDPIC_SYM_LOCAL (info, d.h) 1093 return (entry->symndx == -1 1095 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1106 return e1->symndx == e2->symndx && e1->addend == e2->adden 979 long symndx; member in struct:frvfdpic_relocs_info [all...] |
| elf32-bfin.c | 1774 long symndx; 1780 /* If symndx == -1, the hash table entry corresponding to a global 1782 should ideally be replaced with section's symndx + addend). */ 1816 (call && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h)) */ 1822 && (symndx != -1 || BFINFDPIC_FUNCDESC_LOCAL (info, d.h)))) */ 1826 (privfd && symndx == -1 && ! BFINFDPIC_SYM_LOCAL (info, d.h) 1859 return (entry->symndx == -1 1861 : entry->symndx + (long) entry->d.abfd->id * 257) + entry->addend; 1872 return e1->symndx == e2->symndx && e1->addend == e2->adden 1770 long symndx; member in struct:bfinfdpic_relocs_info [all...] |
| /src/sys/dev/ |
| kloader.c | 179 int symndx, strndx; local 261 symndx = strndx = -1; 264 symndx = i; 274 if (symndx < 0 || strndx < 0) { 275 if (symndx < 0) 284 + sh[symndx].sh_size 311 if (symndx < 0 || strndx < 0) { 319 symoff = sh[symndx].sh_offset; 335 sh[symndx].sh_offset = eoff; 337 eoff += sh[symndx].sh_size [all...] |
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_pro_lineno.c | 76 dwarf_lne_set_address(Dwarf_P_Debug dbg, Dwarf_Addr offs, Dwarf_Unsigned symndx, 82 if (dbg == NULL || symndx == 0) { 95 ln->ln_symndx = symndx;
|
| libdwarf_elf_init.c | 64 size_t symndx; local 71 symndx = GELF_R_SYM(rel.r_info); 74 if (gelf_getsym(symtab_data, symndx, &sym) == NULL) 107 size_t symndx; local 113 symndx = GELF_R_SYM(rela.r_info); 116 if (gelf_getsym(symtab_data, symndx, &sym) == NULL)
|
| libdwarf_sections.c | 102 Dwarf_Unsigned info, Dwarf_Unsigned *symndx, int *error) 106 assert(dbg != NULL && name != NULL && symndx != NULL); 110 symndx, &e); 114 *symndx = isymndx;
|
| /src/libexec/ld.elf_so/ |
| headers.c | 215 uint32_t nbuckets, symndx; local 241 obj->symndx_gnu = (symndx = hashtab[1]); 244 obj->chains_gnu = obj->buckets_gnu + nbuckets - symndx; 258 "symndx=%u", 482 uint_fast32_t i, nbucket, symndx; local 486 symndx = obj->symndx_gnu; 494 symndx++; 497 obj->nchains_gnu = (uint32_t)symndx;
|