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:Elf64_Dyn
(Results
1 - 19
of
19
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
gelf_update_dyn.c
89
if (INVALID_NDX (ndx,
Elf64_Dyn
, &data_scn->d))
in gelf_update_dyn()
95
((
Elf64_Dyn
*) data_scn->d.d_buf)[ndx] = *src;
in gelf_update_dyn()
H
A
D
gelf_getdyn.c
89
assert (sizeof (GElf_Dyn) == sizeof (
Elf64_Dyn
));
in gelf_getdyn()
H
A
D
gelf.h
92
typedef
Elf64_Dyn
GElf_Dyn;
H
A
D
elf.h
869
}
Elf64_Dyn
;
typedef
1671
/* For Sparc64, legal values for d_tag of
Elf64_Dyn
. */
2422
/* Legal values for d_tag of
Elf64_Dyn
. */
/third_party/elfio/elfio/
H
A
D
elfio_dynamic.hpp
49
needed_entry_size = sizeof(
Elf64_Dyn
);
in get_entries_num()
86
generic_get_entry_dyn<
Elf64_Dyn
>( index, tag, value );
in get_entry()
115
generic_add_entry_dyn<
Elf64_Dyn
>( tag, value );
in add_entry()
H
A
D
elfio.hpp
302
return sizeof(
Elf64_Dyn
);
H
A
D
elf_types.hpp
1267
struct
Elf64_Dyn
struct
/third_party/libunwind/libunwind/src/ia64/
H
A
D
Gfind_unwind_table.c
50
Elf64_Dyn
*dyn = (
Elf64_Dyn
*) (pdyn->p_offset + (char *) edi->ei.image);
in find_gp()
H
A
D
Gtables.c
536
Elf64_Dyn
*dyn = (
Elf64_Dyn
*)(p_dynamic->p_vaddr + load_base);
in callback()
/third_party/elfutils/libdwfl/
H
A
D
link_map.c
1026
? sizeof (Elf32_Dyn) : sizeof (
Elf64_Dyn
));
in dwfl_link_map_report()
1058
: __alignof__ (
Elf64_Dyn
));
in dwfl_link_map_report()
1082
Elf64_Dyn
(*d64)[dyn_filesz / sizeof (
Elf64_Dyn
)] = buf;
in dwfl_link_map_report()
1083
size_t n = dyn_filesz / sizeof (
Elf64_Dyn
);
in dwfl_link_map_report()
H
A
D
dwfl_segment_report_module.c
817
? sizeof (Elf32_Dyn) : sizeof (
Elf64_Dyn
));
in dwfl_segment_report_module()
835
Elf64_Dyn
*d64 = dyns;
in dwfl_segment_report_module()
851
: __alignof__ (
Elf64_Dyn
));
in dwfl_segment_report_module()
863
: (dyn_filesz / sizeof (
Elf64_Dyn
)));
in dwfl_segment_report_module()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
876
struct
Elf64_Dyn
struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
1079
struct
Elf64_Dyn
{
struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
1242
struct
Elf64_Dyn
{
struct
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
721
}
Elf64_Dyn
;
typedef
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
715
}
Elf64_Dyn
;
typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
715
}
Elf64_Dyn
;
typedef
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
715
}
Elf64_Dyn
;
typedef
/third_party/musl/include/
H
A
D
elf.h
740
}
Elf64_Dyn
;
typedef
Completed in 87 milliseconds