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:namesz
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfio/elfio/
H
A
D
elfio_note.hpp
74
Elf_Word
namesz
= convertor( *(const Elf_Word*)( pData ) );
in get_note()
local
75
descSize = convertor( *(const Elf_Word*)( pData + sizeof(
namesz
) ) );
in get_note()
79
if (
namesz
< 1 ||
namesz
> max_name_size ||
in get_note()
80
(Elf_Xword)
namesz
+ descSize > max_name_size ) {
in get_note()
83
name.assign( pData + 3 * (size_t)align,
namesz
- 1 );
in get_note()
89
( (
namesz
+ align - 1 ) / align ) *
in get_note()
148
Elf_Word
namesz
= convertor( *(const Elf_Word*)( data + current ) );
in process_section()
local
150
*(const Elf_Word*)( data + current + sizeof(
namesz
) ) );
in process_section()
153
( (
namesz
in process_section()
[all...]
/third_party/elfutils/libdwfl/
H
A
D
dwfl_segment_report_module.c
601
size_t
namesz
= nh->n_namesz;
in dwfl_segment_report_module()
local
602
namesz
= align == 8 ? NOTE_ALIGN8 (
namesz
) : NOTE_ALIGN4 (
namesz
);
in dwfl_segment_report_module()
603
if (
namesz
> filesz - len || len +
namesz
<
namesz
)
in dwfl_segment_report_module()
607
len +=
namesz
;
in dwfl_segment_report_module()
/third_party/elfutils/libebl/
H
A
D
eblobjnote.c
47
ebl_object_note (Ebl *ebl, uint32_t
namesz
, const char *name, uint32_t type,
in ebl_object_note()
argument
198
if (
namesz
< 2)
in ebl_object_note()
250
size_t bytes =
namesz
- (value - name);
in ebl_object_note()
H
A
D
libebl.h
178
extern void ebl_object_note (Ebl *ebl, uint32_t
namesz
, const char *name,
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsusermap.c
702
u32
namesz
;
in loginname()
local
714
namesz
= MAXNAMESZ;
in loginname()
720
&& GetUserNameA(winname,&
namesz
)) {
in loginname()
721
winname[
namesz
] = '\0';
in loginname()
Completed in 6 milliseconds