OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_sh_flags
(Results
1 - 11
of
11
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
object.cc
531
&& (shdr->
get_sh_flags
() & elfcpp::SHF_ALLOC) != 0);
688
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
[
all
...]
layout.cc
657
&& (shdr.
get_sh_flags
() & elfcpp::SHF_EXCLUDE))
694
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
700
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
711
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
722
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
735
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
[
all
...]
reloc.cc
307
bool is_section_allocated = ((secshdr.
get_sh_flags
() & elfcpp::SHF_ALLOC)
750
&& (shdr.
get_sh_flags
() & elfcpp::SHF_ALLOC) == 0)
1005
if ((data_shdr.
get_sh_flags
() & elfcpp::SHF_EXECINSTR) != 0)
[
all
...]
powerpc.cc
[
all
...]
arm.cc
[
all
...]
aarch64.cc
[
all
...]
i386.cc
[
all
...]
output.cc
[
all
...]
x86_64.cc
[
all
...]
/toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h
606
return shdr.
get_sh_flags
();
elfcpp.h
1185
get_sh_flags
() const
function in class:elfcpp::Shdr
[
all
...]
Completed in 315 milliseconds