Home
last modified time | relevance | path

Searched refs:n_value (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/tests/
Dtest-nlist.c67 cnt, nl[cnt].n_value, in main()
73 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0 in main()
76 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0 in main()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2402 DisassembleInfo *info, uint64_t &n_value, in get_symbol_64() argument
2404 n_value = 0; in get_symbol_64()
2435 n_value = Symbol.getValue(); in get_symbol_64()
3073 uint64_t n_value; in get_objc2_64bit_class_name() local
3074 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name()
3125 uint64_t n_value; in get_objc2_64bit_cfstring_name() local
3127 offset + offsetof(struct cfstring64_t, characters), S, info, n_value); in get_objc2_64bit_cfstring_name()
3130 cfs_characters = n_value; in get_objc2_64bit_cfstring_name()
3152 uint64_t n_value; in get_objc2_64bit_selref() local
3153 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_selref()
[all …]
/external/llvm/test/tools/dsymutil/
Ddump-symtab.test8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value
36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
/external/elfutils/libelf/
Dnlist.c189 nl->n_value = found->sym.st_value; in nlist()
199 nl->n_value = 0; in nlist()
236 nl->n_value = 0; in nlist()
Dnlist.h37 long int n_value; /* Value of symbol. */ member
/external/libxml2/
Dtestapi.c2019 int n_value; in test_htmlEntityValueLookup() local
2021 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup()
2023 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup()
2028 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup()
2034 printf(" %d", n_value); in test_htmlEntityValueLookup()
3862 int n_value; in test_xmlSAX2CDataBlock() local
3867 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock()
3871 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock()
3877 des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1); in test_xmlSAX2CDataBlock()
3885 printf(" %d", n_value); in test_xmlSAX2CDataBlock()
[all …]
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc185 q->n_value = 0; in __breakpad_fdnlist()
385 p->n_value = q->n_value; in __breakpad_fdnlist()
Ddynamic_images.cc363 assert(list.n_value); in LookupSymbol()
364 return list.n_value; in LookupSymbol()
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc70 unsigned long n_value; member
278 line.rva_to_func = cur_list->n_value; in LoadLineInfo()
318 func_info.addr = cur_list->n_value; in LoadFuncSymbols()
419 source_file_info.addr = cur_list->n_value; in LoadAllSymbols()
/external/google-breakpad/src/client/mac/handler/testcases/
Dbreakpad_nlist_test.cc75 CPTAssert(nmAddr == symbolList[0].n_value); in CompareToNM()
/external/kernel-headers/original/uapi/linux/
Da.out.h172 unsigned long n_value; member
/external/svox/pico/lib/
Dpicosig.c740 picoos_uint16 n_value; in sigStep() local
987 &n_pos, &n_value); in sigStep()
992 f_value = (picoos_single) n_value in sigStep()
998 f_value = (picoos_single) n_value in sigStep()
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp79 STE.n_value); in handleStabDebugMapEntry()
93 STE.n_value); in dumpSymTabEntry()
/external/llvm/include/llvm/Support/
DMachO.h983 uint32_t n_value; member
991 uint64_t n_value; member
1243 sys::swapByteOrder(sym.n_value); in swapStruct()
1249 sys::swapByteOrder(sym.n_value); in swapStruct()
/external/libpcap/
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/
DMachODumper.cpp374 Symbol.Value = Entry.n_value; in getSymbol()
382 Symbol.Value = Entry.n_value; in getSymbol()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp287 NValue = STE_64.n_value; in darwinPrintSymbol()
297 NValue = STE.n_value; in darwinPrintSymbol()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c318 sym_addr = di->text_bias + nl.n_value; in read_symtab()
/external/llvm/lib/Object/
DMachOObjectFile.cpp349 return Entry.n_value; in getNValue()
352 return Entry.n_value; in getNValue()
/external/valgrind/perf/
Dtinycc.c18380 unsigned long n_value; /* value of symbol */ member
18397 sym->n_value = value; in put_stabs()
20493 pc = sym->n_value + func_addr; in rt_printline()
20510 func_addr = sym->n_value; in rt_printline()
20515 pc = sym->n_value + func_addr; in rt_printline()