OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutputRelocSection
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp
1
//===-
OutputRelocSection
.cpp ---------------------------------------------===//
9
#include <mcld/Target/
OutputRelocSection
.h>
22
//
OutputRelocSection
24
OutputRelocSection
::
OutputRelocSection
(Module& pModule, LDSection& pSection)
33
OutputRelocSection
::~
OutputRelocSection
()
37
void
OutputRelocSection
::reserveEntry(size_t pNum)
43
Relocation*
OutputRelocSection
::consumeEntry()
67
size_t
OutputRelocSection
::numOfRelocs(
[
all
...]
/frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h
1
//===-
OutputRelocSection
.h -----------------------------------------------===//
25
/** \class
OutputRelocSection
28
class
OutputRelocSection
31
OutputRelocSection
(Module& pModule, LDSection& pSection);
33
~
OutputRelocSection
();
Completed in 23 milliseconds