Searched refs:n_value (Results 1 - 25 of 25) sorted by relevance

/external/elfutils/libelf/
H A Dnlist.h37 long int n_value; /* Value of symbol. */ member in struct:nlist
H A Dnlist.c189 nl->n_value = found->sym.st_value;
199 nl->n_value = 0;
236 nl->n_value = 0;
/external/elfutils/tests/
H A Dtest-nlist.c61 "nl[%d].n_value = %ld\n"
67 cnt, nl[cnt].n_value,
73 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0
76 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0
/external/google-breakpad/src/client/mac/handler/testcases/
H A Dbreakpad_nlist_test.cc75 CPTAssert(nmAddr == symbolList[0].n_value);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2551 // the symbol indirectly through n_value. Based on the relocation information
2556 DisassembleInfo *info, uint64_t &n_value,
2558 n_value = 0;
2585 // at this section_offset then use that symbol's value for the n_value
2589 n_value = Symbol.getValue();
3232 uint64_t n_value;
3233 const char *symbol_name = get_symbol_64(offset, S, info, n_value);
3284 uint64_t n_value; local
3286 offset + offsetof(struct cfstring64_t, characters), S, info, n_value);
3289 cfs_characters = n_value;
2555 get_symbol_64(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, uint64_t &n_value, uint64_t ReferenceValue = 0) argument
3361 uint64_t n_value = 0; local
3466 uint64_t n_value; local
3686 uint64_t q, n_value; local
4086 uint64_t ivar_offset, n_value; local
4256 uint64_t n_value; local
4389 uint64_t n_value; local
4591 uint64_t isa_n_value, n_value; local
4897 uint64_t n_value; local
5059 uint64_t p, n_value; local
[all...]
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dmacho-dumpx196 n_value = f.read64()
197 print " ('n_value', %r)" % n_value
199 n_value = f.read32()
200 print " ('n_value', %r)" % n_value
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc185 q->n_value = 0;
385 p->n_value = q->n_value;
H A Ddynamic_images.cc363 assert(list.n_value);
364 return list.n_value;
/external/libxml2/
H A Dtestapi.c2019 int n_value; local
2021 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) {
2023 value = gen_unsigned_int(n_value, 0);
2028 des_unsigned_int(n_value, value, 0);
2034 printf(" %d", n_value);
3862 int n_value; local
3867 for (n_value = 0;n_value < gen_nb_const_xmlChar_pt
3950 int n_value; local
5692 int n_value; local
6167 int n_value; local
15239 int n_value; local
15568 int n_value; local
15639 int n_value; local
15710 int n_value; local
21405 int n_value; local
21773 int n_value; local
21826 int n_value; local
21918 int n_value; local
23600 int n_value; local
23653 int n_value; local
23776 int n_value; local
23815 int n_value; local
24038 int n_value; local
24081 int n_value; local
24124 int n_value; local
24167 int n_value; local
26063 int n_value; local
26244 int n_value; local
26343 int n_value; local
26649 int n_value; local
26683 int n_value; local
26717 int n_value; local
26751 int n_value; local
26889 int n_value; local
27001 int n_value; local
32723 int n_value; local
33657 int n_value; local
33705 int n_value; local
35089 int n_value; local
35606 int n_value; local
35661 int n_value; local
35718 int n_value; local
35775 int n_value; local
35842 int n_value; local
35904 int n_value; local
35971 int n_value; local
36026 int n_value; local
36191 int n_value; local
46491 int n_value; local
47165 int n_value; local
50229 int n_value; local
50289 int n_value; local
[all...]
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc70 unsigned long n_value; member in struct:__anon6753::slist
278 line.rva_to_func = cur_list->n_value;
316 // The n_value field is always 0 from stab generated by Sun CC.
318 func_info.addr = cur_list->n_value;
417 // The n_value field is always 0 from stab generated by Sun CC.
419 source_file_info.addr = cur_list->n_value;
/external/kernel-headers/original/uapi/linux/
H A Da.out.h173 unsigned long n_value;
172 unsigned long n_value; member in struct:nlist
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp79 STE.n_value);
93 STE.n_value);
203 OS << "Index n_strx n_type n_sect n_desc n_value\n";
256 // n_value
/external/svox/pico/lib/
H A Dpicosig.c740 picoos_uint16 n_value; local
987 &n_pos, &n_value);
992 f_value = (picoos_single) n_value
998 f_value = (picoos_single) n_value
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp436 NL.n_value = nlist.n_value;
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp331 ListEntry.n_value = NLE.n_value;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h638 uint32_t n_value; member in struct:llvm::MachO::nlist
646 uint64_t n_value; member in struct:llvm::MachO::nlist_64
/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h65 uint64_t n_value; member in struct:llvm::MachOYAML::NListEntry
/external/llvm/include/llvm/Support/
H A DMachO.h950 uint32_t n_value; member in struct:llvm::MachO::nlist
958 uint64_t n_value; member in struct:llvm::MachO::nlist_64
1232 sys::swapByteOrder(sym.n_value);
1238 sys::swapByteOrder(sym.n_value);
/external/libpcap/
H A Dpcap-dlpi.c1685 if (nl[NL_IFNET].n_value == 0) {
1697 if (dlpi_kread(kd, nl[NL_IFNET].n_value,
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp374 Symbol.Value = Entry.n_value;
382 Symbol.Value = Entry.n_value;
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp339 NValue = STE_64.n_value;
349 NValue = STE.n_value;
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp180 IO.mapRequired("n_value", NListEntry.n_value);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c318 sym_addr = di->text_bias + nl.n_value;
321 sym_addr = nl.n_value; */
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp469 return Entry.n_value;
472 return Entry.n_value;
476 // index is in the n_value field.
/external/valgrind/perf/
H A Dtinycc.c18382 unsigned long n_value; /* value of symbol */
18399 sym->n_value = value;
20495 pc = sym->n_value + func_addr;
20512 func_addr = sym->n_value;
20517 pc = sym->n_value + func_addr;
18380 unsigned long n_value; /* value of symbol */ member in struct:__anon23868

Completed in 523 milliseconds