Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sh_flags
(Results
26 - 50
of
85
) sorted by relevance
1
2
3
4
/third_party/elfutils/tests/
H
A
D
addsections.c
205
shdr->
sh_flags
= 0;
in add_sections()
252
shdr->
sh_flags
= 0;
in add_sections()
H
A
D
elfgetchdr.c
79
if ((shdr.
sh_flags
& SHF_COMPRESSED) != 0)
in main()
H
A
D
elfgetzdata.c
75
if ((shdr->
sh_flags
& SHF_COMPRESSED) != 0)
in main()
H
A
D
zstrptr.c
40
((shdr->
sh_flags
& SHF_COMPRESSED) != 0
in print_strings()
H
A
D
elfcopy.c
230
|| ((shdr.
sh_flags
& SHF_ALLOC) == 0
in copy_elf()
231
&& (last_shdr.
sh_flags
& SHF_ALLOC) == 0)))
in copy_elf()
H
A
D
fillfile.c
89
shdr->
sh_flags
= 0;
in create_strtab()
150
shdr->
sh_flags
= 0;
in add_data_section()
H
A
D
sectiondump.c
105
shdr->
sh_flags
,
in handle_section()
H
A
D
next_cfi.c
49
if ((shdr->
sh_flags
& SHF_COMPRESSED) != 0)
in handle_section()
H
A
D
update3.c
129
shdr->
sh_flags
= 0;
in main()
/third_party/elfutils/libasm/
H
A
D
asm_newscn_ingrp.c
70
shdr->
sh_flags
|= SHF_GROUP;
in asm_newscn_ingrp()
H
A
D
asm_newscn.c
149
shdr->
sh_flags
= flags;
in binary_newscn()
/third_party/elfutils/libelf/
H
A
D
gelf_getshdr.c
72
COPY (
sh_flags
);
in gelf_getshdr()
H
A
D
elf_getdata.c
236
flags = shdr->
sh_flags
;
in __libelf_set_rawdata_wrlock()
251
flags = shdr->
sh_flags
;
in __libelf_set_rawdata_wrlock()
H
A
D
elf32_updatenull.c
272
if ((shdr->
sh_flags
& SHF_COMPRESSED) != 0)
in __elfw2()
402
if ((shdr->
sh_flags
& SHF_COMPRESSED) == 0)
in __elfw2()
/third_party/elfutils/src/
H
A
D
strip.c
590
|| (tshdr->
sh_flags
& SHF_ALLOC) != 0)
in remove_debug_relocations()
896
if ((shdr.
sh_flags
& SHF_ALLOC) != 0)
in handle_debug_relocs()
930
if ((shdr.
sh_flags
& SHF_ALLOC) == 0)
in handle_debug_relocs()
1233
if ((shdr_info[cnt].shdr.
sh_flags
& SHF_ALLOC) == 0)
in handle_elf()
1255
if ((shdr_info[cnt].shdr.
sh_flags
& SHF_ALLOC) != 0)
in handle_elf()
1289
|| (shdr_info[cnt].shdr.
sh_flags
& SHF_ALLOC) == 0)
in handle_elf()
1336
if ((shdr_info[cnt].shdr.
sh_flags
& SHF_GROUP) != 0)
in handle_elf()
1370
if (remove_shdrs ? !(shdr_info[cnt].shdr.
sh_flags
& SHF_ALLOC)
in handle_elf()
1774
shdr_info[cnt].shdr.
sh_flags
= 0;
in handle_elf()
1836
shdr_info[cnt].shdr.
sh_flags
in handle_elf()
[all...]
H
A
D
elfcmp.c
290
if (gaps != gaps_ignore && (shdr1->
sh_flags
& SHF_ALLOC) != 0)
in main()
318
|| shdr1->
sh_flags
!= shdr2->
sh_flags
in main()
321
&& (shdr1->
sh_flags
& SHF_ALLOC)
in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFObjectFile.h
484
return getSection(Sec)->
sh_flags
;
in getSectionFlags()
743
return getSection(Sec)->
sh_flags
& ELF::SHF_COMPRESSED;
in isSectionCompressed()
748
return getSection(Sec)->
sh_flags
& ELF::SHF_EXECINSTR;
in isSectionText()
755
EShdr->
sh_flags
& ELF::SHF_ALLOC &&
in isSectionData()
756
!(EShdr->
sh_flags
& ELF::SHF_EXECINSTR);
in isSectionData()
762
return EShdr->
sh_flags
& (ELF::SHF_ALLOC | ELF::SHF_WRITE) &&
in isSectionBSS()
802
return getSection(Sec)->
sh_flags
& ELF::SHF_ALLOC &&
in isBerkeleyText()
803
(getSection(Sec)->
sh_flags
& ELF::SHF_EXECINSTR ||
in isBerkeleyText()
804
!(getSection(Sec)->
sh_flags
& ELF::SHF_WRITE));
in isBerkeleyText()
811
EShdr->
sh_flags
in isBerkeleyData()
[all...]
/third_party/elfutils/libdw/
H
A
D
dwarf_begin_elf.c
122
if (! inscngrp && (shdr->
sh_flags
& SHF_GROUP) != 0)
in check_section()
210
if ((shdr->
sh_flags
& SHF_COMPRESSED) != 0)
in check_section()
426
if ((shdr->
sh_flags
& SHF_COMPRESSED) != 0
in scngrp_read()
/third_party/elfutils/backends/
H
A
D
sparc_symbol.c
80
if ((shdr->
sh_flags
& (SHF_WRITE | SHF_EXECINSTR))
in sparc_check_special_section()
H
A
D
ppc64_init.c
87
&& (opd_shdr->
sh_flags
& SHF_ALLOC) != 0
in ppc64_init()
/third_party/elfutils/libdwfl/
H
A
D
dwfl_report_elf.c
80
if (shdr->
sh_flags
& SHF_ALLOC)
in __libdwfl_elf_address_range()
113
if (prev_shdr->
sh_flags
& SHF_ALLOC)
in __libdwfl_elf_address_range()
H
A
D
derelocate.c
106
if ((shdr->
sh_flags
& SHF_ALLOC) && shdr->sh_addr == 0
in cache_sections()
119
if (shdr->
sh_flags
& SHF_ALLOC)
in cache_sections()
/third_party/libbpf/src/
H
A
D
linker.c
371
sec->shdr->
sh_flags
= SHF_STRINGS;
in init_output_elf()
409
sec->shdr->
sh_flags
= 0;
in init_output_elf()
739
if (sec->shdr->
sh_flags
& SHF_EXECINSTR) {
in linker_sanity_check_elf()
903
if (link_sec->shdr->
sh_flags
& SHF_EXECINSTR) {
in linker_sanity_check_elf_relos()
1014
shdr->
sh_flags
= src_sec->shdr->
sh_flags
;
in init_sec()
1058
if (dst->shdr->
sh_flags
!= src->shdr->
sh_flags
) {
in secs_match()
2075
if (src_linked_sec->shdr->
sh_flags
& SHF_EXECINSTR) {
in linker_append_elf_relos()
2641
shdr->
sh_flags
in emit_elf_data_sec()
[all...]
/third_party/elfutils/libdwelf/
H
A
D
dwelf_elf_gnu_build_id.c
109
if (!(shdr->
sh_flags
& SHF_ALLOC))
in find_elf_build_id()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
754
Elf_Word
sh_flags
;
member
768
Elf_Xword
sh_flags
;
member
Completed in 20 milliseconds
1
2
3
4