Searched refs:n_value (Results 101 - 122 of 122) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-or32.c407 + sym->n_value
H A Dcoff64-rs6000.c324 in->n_value = H_GET_64 (abfd, ext->e_value);
341 H_PUT_64 (abfd, in->n_value, ext->e_value);
1245 addend = - sym->n_value;
1258 + sym->n_value
H A Dcoff-rs6000.c352 in->n_value = H_GET_32 (abfd, ext->e_value);
378 H_PUT_32 (abfd, in->n_value, ext->e_value);
2902 - (sym->n_value - xcoff_data (input_bfd)->toc));
3400 addend = - sym->n_value;
3413 + sym->n_value
H A DpeXXigen.c107 in->n_value = H_GET_32 (abfd, ext->e_value);
129 in->n_value = 0x0;
204 H_PUT_32 (abfd, in->n_value, ext->e_value);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c746 next_c_file = syment.n_value;
/openbsd-current/usr.bin/nm/
H A Delf.c498 np->nl.n_value = sbuf.st_value;
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1013 uint32_t n_value; member in struct:llvm::MachO::nlist
1021 uint64_t n_value; member in struct:llvm::MachO::nlist_64
1408 sys::swapByteOrder(sym.n_value);
1414 sys::swapByteOrder(sym.n_value);
/openbsd-current/usr.bin/vmstat/
H A Ddkstats.c80 #define deref_nl(v, p, s) deref_kptr((void *)namelist[(v)].n_value, (p), (s));
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffswap.h359 in->n_value = H_GET_32 (abfd, ext->e_value);
403 H_PUT_32 (abfd, in->n_value, ext->e_value);
H A Dcoff-rs6000.c352 in->n_value = H_GET_32 (abfd, ext->e_value);
378 H_PUT_32 (abfd, in->n_value, ext->e_value);
2906 - (sym->n_value - xcoff_data (input_bfd)->toc));
3405 addend = - sym->n_value;
3418 + sym->n_value
H A DpeXXigen.c118 in->n_value = H_GET_32 (abfd, ext->e_value);
140 in->n_value = 0x0;
239 H_PUT_32 (abfd, in->n_value, ext->e_value);
H A Dpeicode.h600 ent->u.syment.n_value = 0;
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp411 Symbol.Value = Entry.n_value;
419 Symbol.Value = Entry.n_value;
/openbsd-current/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1315 nList->n_value = entry.value;
1340 nList->n_value = defined->value;
1344 // For the N_SECT symbol type, n_value is the address of the symbol
1345 nList->n_value = defined->getVA();
/openbsd-current/usr.sbin/installboot/
H A Di386_installboot.c928 vp = proto + nl->n_value;
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp208 IO.mapRequired("n_value", NListEntry.n_value);
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp369 NValue = STE_64.n_value;
387 NValue = STE.n_value;
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1717 NValue = STE_64.n_value;
1724 NValue = STE.n_value;
1734 return malformedError("bad n_value: " + Twine((int)NValue) + " past "
1791 return Entry.n_value;
1794 return Entry.n_value;
1798 // index is in the n_value field.
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoffread.c1141 cs->c_value = sym->n_value;
/openbsd-current/usr.bin/ssh/
H A Dmisc.c2940 if (r != 0 || nl[0].n_value == 0 || nl[0].n_type == 0) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c2512 ld = (struct link_dynamic *) (symtab->n_value + code);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c2320 symbolP->sy_symbol.ost_entry.n_value = val;

Completed in 234 milliseconds

12345