OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_32GNULDBackend
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
156
///
X86_32GNULDBackend
- linker backend of X86-32 target of GNU ELF format
158
class
X86_32GNULDBackend
: public X86GNULDBackend {
160
X86_32GNULDBackend
(const LinkerConfig& pConfig, GNUInfo* pInfo);
162
~
X86_32GNULDBackend
();
X86LDBackend.cpp
326
X86_32GNULDBackend
::
X86_32GNULDBackend
(const LinkerConfig& pConfig,
333
X86_32GNULDBackend
::~
X86_32GNULDBackend
() {
338
bool
X86_32GNULDBackend
::initRelocator() {
345
void
X86_32GNULDBackend
::initTargetSections(Module& pModule,
373
X86_32GOT&
X86_32GNULDBackend
::getGOT() {
378
const X86_32GOT&
X86_32GNULDBackend
::getGOT() const {
383
X86_32GOTPLT&
X86_32GNULDBackend
::getGOTPLT() {
388
const X86_32GOTPLT&
X86_32GNULDBackend
::getGOTPLT() const
[
all
...]
Completed in 68 milliseconds