OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elfcpp
(Results
76 - 83
of
83
) sorted by null
1
2
3
4
/toolchain/binutils/binutils-2.25/gold/
gold.cc
585
if (os->is_section_flag_set(
elfcpp
::SHF_ALLOC)
586
&& os->is_section_flag_set(
elfcpp
::SHF_WRITE))
592
&& os->is_section_flag_set(
elfcpp
::SHF_ALLOC)
593
&& !os->is_section_flag_set(
elfcpp
::SHF_EXECINSTR))
target-select.cc
28
#include "
elfcpp
.h"
108
if ((pmach == machine || pmach ==
elfcpp
::EM_NONE)
archive.cc
32
#include "
elfcpp
.h"
94
|| sym->binding() ==
elfcpp
::STB_WEAK))
111
if (sym->binding() !=
elfcpp
::STB_WEAK)
289
const
elfcpp
::Elf_Word* pword = reinterpret_cast<const
elfcpp
::Elf_Word*>(p);
290
unsigned int nsyms =
elfcpp
::Swap<32, true>::readval(pword);
293
// Note that the addition is in units of sizeof(
elfcpp
::Elf_Word).
305
this->armap_[i].file_offset =
elfcpp
::Swap<32, true>::readval(pword);
[
all
...]
script.cc
33
#include "
elfcpp
.h"
902
elfcpp
::STV vis = this->hidden_ ?
elfcpp
::STV_HIDDEN :
elfcpp
::STV_DEFAULT;
910
elfcpp
::STT_NOTYPE,
911
elfcpp
::STB_GLOBAL,
983
elfcpp
::STT type =
elfcpp
::STT_NOTYPE;
984
elfcpp
::STV vis =
elfcpp
::STV_DEFAULT
[
all
...]
icf.cc
148
#include "
elfcpp
.h"
394
if ((secn_flags &
elfcpp
::SHF_MERGE) != 0
452
if ((secn_flags &
elfcpp
::SHF_STRINGS) != 0)
[
all
...]
Makefile.am
32
-I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../
elfcpp
\
/toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h
1
// elfcpp_swap.h -- Handle swapping for
elfcpp
-*- C++ -*-
6
// This file is part of
elfcpp
.
89
namespace
elfcpp
namespace
498
} // End namespace
elfcpp
.
elfcpp.h
0
//
elfcpp
.h -- main header file for
elfcpp
-*- C++ -*-
6
// This file is part of
elfcpp
.
32
// This is the external interface for
elfcpp
.
41
namespace
elfcpp
namespace
977
} // End namespace
elfcpp
.
982
namespace
elfcpp
namespace
[
all
...]
Completed in 447 milliseconds
1
2
3
4