Home
last modified time | relevance | path

Searched refs:nreloc (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/backends/
H A Dcommon-reloc.c69 #define nreloc \ macro
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) in reloc_type_name()
106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0; in reloc_type_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A 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()
H A DMachOEmitter.cpp100 TempSec.nreloc = Sec.nreloc; in constructSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h38 uint32_t nreloc; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A 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/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc216 uint32_t nreloc;
249 header->nreloc = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp365 BigSize = s.nreloc; in parseSegmentLoadCommand()
369 return malformedError("reloff field plus nreloc field times sizeof(" 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()

Completed in 30 milliseconds