Home
last modified time | relevance | path

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

1234567

/openbsd/src/gnu/llvm/lld/wasm/
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/
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
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
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
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
Dtc-frv.h56 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
Dtc-m88k.c1459 md_section_align (segment, size) in md_section_align() argument
1638 segT segment; local
1706 md_section_align (segment, size) in md_section_align() argument
Dtc-m32r.h66 #define md_relax_frag(segment, fragP, stretch) \ argument
Dtc-pdp11.c1007 md_estimate_size_before_relax (fragP, segment) in md_estimate_size_before_relax() argument
1678 md_section_align (segment, size) in md_section_align() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
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
Dsanitizer_procmaps_linux.cpp32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
Dsanitizer_procmaps_solaris.cpp42 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
Dsanitizer_procmaps_fuchsia.cpp55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
Dsanitizer_procmaps_bsd.cpp91 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
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
Dsanitizer_procmaps.h70 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
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/usr.bin/binutils-2.17/gas/config/
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()
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()
Dtc-frv.h51 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
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/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cpp100 MemoryMappedSegment segment; in CheckAndProtect() local
/openbsd/src/gnu/llvm/lldb/source/Target/
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/sys/dev/pci/drm/amd/amdgpu/
Dsoc15.h40 u32 segment; member
49 u32 segment; member
Damdgpu_imu.h44 u32 segment; member

1234567