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:newehdr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/tests/
H
A
D
elfstrmerge.c
400
GElf_Ehdr
newehdr
;
in main()
local
401
if (gelf_getehdr (elfnew, &
newehdr
) == NULL)
in main()
404
newehdr
.e_ident[EI_DATA] = ehdr.e_ident[EI_DATA];
in main()
405
newehdr
.e_type = ehdr.e_type;
in main()
406
newehdr
.e_machine = ehdr.e_machine;
in main()
407
newehdr
.e_version = ehdr.e_version;
in main()
408
newehdr
.e_entry = ehdr.e_entry;
in main()
409
newehdr
.e_flags = ehdr.e_flags;
in main()
415
newehdr
.e_shstrndx = newstrtabndx;
in main()
426
newehdr
in main()
[all...]
/third_party/elfutils/src/
H
A
D
elfcompress.c
579
GElf_Ehdr
newehdr
;
in process_file()
local
580
if (gelf_getehdr (elfnew, &
newehdr
) == NULL)
in process_file()
586
newehdr
.e_ident[EI_DATA] = ehdr.e_ident[EI_DATA];
in process_file()
587
newehdr
.e_type = ehdr.e_type;
in process_file()
588
newehdr
.e_machine = ehdr.e_machine;
in process_file()
589
newehdr
.e_version = ehdr.e_version;
in process_file()
590
newehdr
.e_entry = ehdr.e_entry;
in process_file()
591
newehdr
.e_flags = ehdr.e_flags;
in process_file()
593
if (gelf_update_ehdr (elfnew, &
newehdr
) == 0)
in process_file()
1088
if (gelf_getehdr (elfnew, &
newehdr
)
in process_file()
[all...]
H
A
D
strip.c
1017
GElf_Ehdr *
newehdr
;
in handle_elf()
local
2524
newehdr
= gelf_getehdr (newelf, &newehdr_mem);
in handle_elf()
2525
if (
newehdr
== NULL)
in handle_elf()
2528
memcpy (
newehdr
->e_ident, ehdr->e_ident, EI_NIDENT);
in handle_elf()
2529
newehdr
->e_type = ehdr->e_type;
in handle_elf()
2530
newehdr
->e_machine = ehdr->e_machine;
in handle_elf()
2531
newehdr
->e_version = ehdr->e_version;
in handle_elf()
2532
newehdr
->e_entry = ehdr->e_entry;
in handle_elf()
2533
newehdr
->e_flags = ehdr->e_flags;
in handle_elf()
2534
newehdr
in handle_elf()
[all...]
/third_party/elfutils/libelf/
H
A
D
elf32_newehdr.c
45
elfw2(LIBELFBITS,
newehdr
) (Elf *elf)
in ElfW2()
91
INTDEF(elfw2(LIBELFBITS,
newehdr
))
Completed in 6 milliseconds