OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addSection
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp
60
static void
addSection
(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents,
90
addSection
(Obj, ".gnu_debuglink", *Contents,
232
for (const auto &Flag : Config.
AddSection
) {
241
addSection
(
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp
277
static Error
addSection
(StringRef SecName, StringRef Filename, Object &Obj) {
358
for (const auto &Flag : Config.
AddSection
) {
364
if (Error E =
addSection
(SecName, File, Obj))
/src/external/bsd/elftosb/dist/common/
ELFSourceFile.cpp
227
source->
addSection
(index);
416
void ELFSourceFile::ELFDataSource::
addSection
(unsigned sectionIndex)
EncoreBootImage.cpp
42
void EncoreBootImage::
addSection
(Section * newSection)
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
475
void
addSection
(const SectionBase *Sec) { Sections.insert(Sec); }
1082
template <class T, class... Ts> T &
addSection
(Ts &&... Args) {
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026