Home
last modified time | relevance | path

Searched refs:nreloc (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/backends/
Dcommon-reloc.c69 #define nreloc \ macro
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) in EBLHOOK()
106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0; in EBLHOOK()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp285 IO.mapRequired("nreloc", Section.nreloc); in mapping()
450 IO.mapRequired("nreloc", Section.nreloc); in mapping()
465 IO.mapRequired("nreloc", Section.nreloc); in mapping()
DMachOEmitter.cpp100 TempSec.nreloc = Sec.nreloc; in constructSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h554 uint32_t nreloc; member
568 uint32_t nreloc; member
1060 sys::swapByteOrder(sect.nreloc); in swapStruct()
1072 sys::swapByteOrder(sect.nreloc); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h563 uint32_t nreloc; member
577 uint32_t nreloc; member
1091 sys::swapByteOrder(sect.nreloc); in swapStruct()
1103 sys::swapByteOrder(sect.nreloc); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h38 uint32_t nreloc; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp365 BigSize = s.nreloc; in parseSegmentLoadCommand()
374 if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc * in parseSegmentLoadCommand()
2069 Num = Sect.nreloc; in section_rel_end()
2072 Num = Sect.nreloc; in section_rel_end()