Home
last modified time | relevance | path

Searched refs:N_INDR (Results 1 – 16 of 16) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Da.out.h196 #define N_INDR 0xa macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmalformed-machos.test50 …ed or malformed object (bad n_value: 22 past the end of string table, for N_INDR symbol at index 1)
53 …ed or malformed object (bad n_value: 22 past the end of string table, for N_INDR symbol at index 1)
/external/boringssl/src/util/
Dread_symbols.go213 N_INDR uint8 = 0xa // indirect
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dnm-darwin-m.test16 # This is testing that an N_INDR symbol gets its alias name, the "(for ...)"
/external/llvm/test/Object/
Dnm-darwin-m.test16 # This is testing that an N_INDR symbol gets its alias name, the "(for ...)"
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp414 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
433 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()
467 case MachO::N_INDR: in darwinPrintSymbol()
556 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
1006 case MachO::N_INDR: in getSymbolNMTypeChar()
1298 S.NType = MachO::N_EXT | MachO::N_INDR; in dumpSymbolNamesFromObject()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp371 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()
405 case MachO::N_INDR: in darwinPrintSymbol()
485 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
853 case MachO::N_INDR: in getSymbolNMTypeChar()
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp238 case MachO::N_INDR: // 0xa indirect in dumpSymTabEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DMachODebugMapParser.cpp258 case MachO::N_INDR: // 0xa indirect in dumpSymTabEntry()
/external/llvm/lib/MC/
DMachObjectWriter.cpp344 Type = MachO::N_INDR; in writeNlist()
/external/llvm/lib/Object/
DMachOObjectFile.cpp481 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()
544 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp361 Type = MachO::N_INDR; in writeNlist()
/external/llvm/include/llvm/Support/
DMachO.h312 N_INDR = 0xau enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1674 (NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1744 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()
1807 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h312 N_INDR = 0xau enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h309 N_INDR = 0xau enumerator