Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 25 of 164) sorted by relevance

1234567

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.cpp101 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 Dtc-openrisc.c176 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 Dtc-fr30.c161 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 Dtc-ip2k.c197 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 Dtc-xstormy16.c269 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 Dtc-frv.h56 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
H A Dtc-m32r.h66 #define md_relax_frag(segment, fragP, stretch) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp249 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 Dsanitizer_procmaps_linux.cpp32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_solaris.cpp42 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_fuchsia.cpp55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_bsd.cpp91 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_posix.cpp241 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 Dsanitizer_procmaps.h70 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp62 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 Dmemprof_rawprofile.cpp38 MemoryMappedSegment segment; in SegmentSizeBytes() local
64 MemoryMappedSegment segment; in SerializeSegmentsToBuffer() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp100 MemoryMappedSegment segment; in CheckAndProtect() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-openrisc.c160 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 Dtc-fr30.c157 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 Dtc-frv.h51 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
H A Dtc-m32r.c1453 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 Dsoc15.h39 u32 segment; member
48 u32 segment; member
H A Damdgpu_imu.h44 u32 segment; member
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp205 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 Dvcpu.c77 uint16_t segment; member

1234567