/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | OutputSections.cpp | 101 unsigned segmentCount = llvm::count_if(segments, [](OutputSegment *segment) { in finalizeContents() 105 unsigned activeCount = llvm::count_if(segments, [](OutputSegment *segment) { in finalizeContents() 179 for (const OutputSegment *segment : segments) { in writeTo() local
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-openrisc.c | 176 md_section_align (segment, size) in md_section_align() argument 223 openrisc_relax_frag (segment, fragP, stretch) in openrisc_relax_frag() argument 277 md_estimate_size_before_relax (fragP, segment) in md_estimate_size_before_relax() argument
|
H A D | tc-fr30.c | 161 md_section_align (segment, size) in md_section_align() argument 262 md_estimate_size_before_relax (fragP, segment) in md_estimate_size_before_relax() argument
|
H A D | tc-ip2k.c | 197 md_section_align (segment, size) in md_section_align() argument 215 md_estimate_size_before_relax (fragP, segment) in md_estimate_size_before_relax() argument
|
H A D | tc-xstormy16.c | 269 md_section_align (segment, size) in md_section_align() argument 296 md_estimate_size_before_relax (fragP, segment) in md_estimate_size_before_relax() argument
|
H A D | tc-frv.h | 56 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
H A D | tc-m32r.h | 66 #define md_relax_frag(segment, fragP, stretch) \ argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cpp | 249 static bool NextSegmentLoad(MemoryMappedSegment *segment, in NextSegmentLoad() 361 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() 424 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
|
H A D | sanitizer_procmaps_linux.cpp | 32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps_solaris.cpp | 42 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps_fuchsia.cpp | 55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_procmaps_bsd.cpp | 91 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
H A D | sanitizer_posix.cpp | 241 MemoryMappedSegment segment; in MemoryRangeIsAvailable() local 257 MemoryMappedSegment segment(filename, kBufSize); in DumpProcessMap() local 289 MemoryMappedSegment segment(buff.data(), buff.size()); in GetCodeRangeForFile() local
|
H A D | sanitizer_procmaps.h | 70 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbIndex.cpp | 62 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment, in MakeVirtualAddress() 76 std::optional<uint16_t> PdbIndex::GetModuleIndexForAddr(uint16_t segment, in GetModuleIndexForAddr()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_rawprofile.cpp | 38 MemoryMappedSegment segment; in SegmentSizeBytes() local 64 MemoryMappedSegment segment; in SerializeSegmentsToBuffer() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_posix.cpp | 100 MemoryMappedSegment segment; in CheckAndProtect() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-openrisc.c | 160 md_section_align (segT segment, valueT size) in md_section_align() 215 md_estimate_size_before_relax (fragS * fragP, segT segment) in md_estimate_size_before_relax()
|
H A D | tc-fr30.c | 157 md_section_align (segT segment, valueT size) in md_section_align() 212 md_estimate_size_before_relax (fragS * fragP, segT segment) in md_estimate_size_before_relax()
|
H A D | tc-frv.h | 51 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
H A D | tc-m32r.c | 1453 md_section_align (segT segment, valueT size) in md_section_align() 1644 m32r_relax_frag (segT segment, fragS *fragP, long stretch) in m32r_relax_frag() 1694 md_estimate_size_before_relax (fragS *fragP, segT segment) in md_estimate_size_before_relax() 2382 segT segment; in m32r_parse_name() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | soc15.h | 39 u32 segment; member 48 u32 segment; member
|
H A D | amdgpu_imu.h | 44 u32 segment; member
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | TraceDumper.cpp | 205 DumpSegmentContext(const TraceDumper::FunctionCall::TracedSegment &segment) { in DumpSegmentContext() 261 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree() local 337 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree() local
|
/openbsd-src/regress/sys/arch/amd64/vmm/ |
H A D | vcpu.c | 77 uint16_t segment; member
|