OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SegOffset
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
127
// Segment info so SegIndex/
SegOffset
pairs in a Mach-O Bind or Rebase entry
128
// can be checked and translated. Only the SegIndex/
SegOffset
pairs from
136
const char* checkSegAndOffsets(int32_t SegIndex, uint64_t
SegOffset
,
139
// Used with valid SegIndex/
SegOffset
values from checked entries.
141
StringRef sectionName(int32_t SegIndex, uint64_t
SegOffset
);
142
uint64_t address(uint32_t SegIndex, uint64_t
SegOffset
);
154
const SectionInfo &findSection(int32_t SegIndex, uint64_t
SegOffset
);
414
// Given a SegIndex,
SegOffset
, and PointerSize, verify a valid section exists
420
const char *BindEntryCheckSegAndOffsets(int32_t SegIndex, uint64_t
SegOffset
,
423
return BindRebaseSectionTable->checkSegAndOffsets(SegIndex,
SegOffset
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOLayoutBuilder.cpp
151
uint64_t
SegOffset
= Offset;
164
Sec->Offset =
SegOffset
+ SegFileSize + PaddingSize;
172
Sec->Offset =
SegOffset
+ SectOffset;
196
MLC.segment_command_data.fileoff =
SegOffset
;
205
MLC.segment_command_64_data.fileoff =
SegOffset
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
3435
// For use with a SegIndex,
SegOffset
pair from a checked Mach-O Rebase entry
3441
// For use with a SegIndex,
SegOffset
pair from a checked Mach-O Rebase entry
3987
// For use with a SegIndex,
SegOffset
pair from a checked Mach-O Bind entry
3993
// For use with a SegIndex,
SegOffset
pair from a checked Mach-O Bind entry
4010
// Build table of sections so SegIndex/
SegOffset
pairs can be translated.
4039
// For use with a SegIndex,
SegOffset
, and PointerSize triple in
4042
// Given a SegIndex,
SegOffset
, and PointerSize, verify a valid section exists
4047
uint64_t
SegOffset
,
4056
uint32_t Start =
SegOffset
+ i * (PointerSize + Skip);
4087
// For use with a SegIndex,
SegOffset
pair from a checked Mach-O Bind or Rebas
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp
356
uint64_t
SegOffset
= Addr - BaseAddr - SegmentAddr;
357
assert(
SegOffset
<= 0xFFFFU);
358
DataSize = std::min(DataSize, 0x10000U -
SegOffset
);
359
writeData(0,
SegOffset
, Data.take_front(DataSize));
Completed in 64 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026