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
51 - 75
of
89
) sorted by relevance
1
2
3
4
/third_party/elfutils/libelf/
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()
H
A
D
abstract.h
86
TYPE_NAME (ElfW2(32, Ext##Word),
sh_flags
) \
99
TYPE_NAME (ElfW2(64, Ext##Xword),
sh_flags
) \
/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
/third_party/elfutils/libdwfl/
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()
H
A
D
dwfl_module_getsym.c
118
alloc = unlikely (shdr == NULL) || (shdr->
sh_flags
& SHF_ALLOC);
in __libdwfl_getsym()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceELFSection.h
53
Header.
sh_flags
= ShFlags;
in ELFSection()
319
Str.writeELFXword<IsELF64>(Header.
sh_flags
);
in writeHeader()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_rtld.c
357
if (shdr->
sh_flags
& SHF_ALLOC && shdr->sh_type != SHT_NOTE) {
in ac_rtld_open()
358
report_if(shdr->
sh_flags
& SHF_WRITE);
in ac_rtld_open()
362
if (shdr->
sh_flags
& SHF_EXECINSTR) {
in ac_rtld_open()
H
A
D
ac_rgp_elf_object_pack.c
448
sec_hdr[2].
sh_flags
= SHF_ALLOC | SHF_EXECINSTR;
in ac_rgp_file_write_elf_object()
/third_party/elfutils/tests/
H
A
D
emptyfile.c
170
shdr->
sh_flags
= 0;
in check_elf()
H
A
D
newdata.c
128
shdr->
sh_flags
= 0;
in create_elf()
H
A
D
elfstrtab.c
194
shdr->
sh_flags
= 0;
in check_elf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
361
To.
sh_flags
= *From->ShFlags;
in overrideFields()
438
SHeader.
sh_flags
= *Sec->Flags;
in initSectionHeaders()
616
SHeader.
sh_flags
= *YAMLSec->Flags;
in initSymtabSectionHeader()
618
SHeader.
sh_flags
= ELF::SHF_ALLOC;
in initSymtabSectionHeader()
671
SHeader.
sh_flags
= *YAMLSec->Flags;
in initStrtabSectionHeader()
673
SHeader.
sh_flags
= ELF::SHF_ALLOC;
in initStrtabSectionHeader()
/third_party/elfio/elfio/
H
A
D
elfio_section.hpp
90
ELFIO_GET_SET_ACCESS( Elf_Xword, flags, header.
sh_flags
);
/third_party/elfutils/src/
H
A
D
readelf.c
948
if (shdr != NULL && (shdr->
sh_flags
& SHF_COMPRESSED) != 0)
in elf_contains_chdrs()
1299
if (shdr->
sh_flags
& SHF_WRITE)
in print_shdr()
1301
if (shdr->
sh_flags
& SHF_ALLOC)
in print_shdr()
1303
if (shdr->
sh_flags
& SHF_EXECINSTR)
in print_shdr()
1305
if (shdr->
sh_flags
& SHF_MERGE)
in print_shdr()
1307
if (shdr->
sh_flags
& SHF_STRINGS)
in print_shdr()
1309
if (shdr->
sh_flags
& SHF_INFO_LINK)
in print_shdr()
1311
if (shdr->
sh_flags
& SHF_LINK_ORDER)
in print_shdr()
1313
if (shdr->
sh_flags
& SHF_OS_NONCONFORMING)
in print_shdr()
1315
if (shdr->
sh_flags
in print_shdr()
[all...]
H
A
D
elfclassify.c
331
&& (shdr->
sh_flags
& SHF_ALLOC) != 0)
in run_classify()
H
A
D
strings.c
714
&& (shdr->
sh_flags
& SHF_ALLOC) != 0)
in read_elf()
H
A
D
objdump.c
698
&& (shdr->
sh_flags
& SHF_EXECINSTR) != 0)
in show_disasm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFTypes.h
124
Elf_Word
sh_flags
; // Section flags (SHF_*)
member
139
Elf_Xword
sh_flags
; // Section flags (SHF_*)
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
626
Elf32_Word
sh_flags
; // Section flags (SHF_*)
member
640
Elf64_Xword
sh_flags
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
776
Elf32_Word
sh_flags
; // Section flags (SHF_*)
member
790
Elf64_Xword
sh_flags
;
member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_elf_parser.cpp
232
elfShdr.flags = static_cast<uint64_t>(shdr.
sh_flags
);
in ParseSectionHeaders()
/third_party/elfutils/libasm/
H
A
D
asm_end.c
367
shdr->
sh_flags
= 0;
in binary_end()
/third_party/libbpf/src/
H
A
D
elf.c
175
sheader->
sh_flags
= elfio_section_get_flags(psection);
in elf_sec_hdr_by_idx()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H
A
D
main.cpp
312
o.sections[3].
sh_flags
= SHF_ALLOC | SHF_MERGE;
/third_party/libunwind/libunwind/src/dwarf/
H
A
D
Gfind_proc_info-lsb.c
136
if (shdr->
sh_flags
& SHF_COMPRESSED)
in load_debug_frame()
Completed in 35 milliseconds
1
2
3
4