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:section_list
(Results
1 - 11
of
11
) sorted by relevance
/third_party/elfutils/src/
H
A
D
objdump.c
107
static struct
section_list
struct
115
struct
section_list
*next;
116
} *
section_list
;
variable
183
struct
section_list
*newp = xmalloc (sizeof (*newp));
in parse_opt()
193
newp->next =
section_list
;
in parse_opt()
194
section_list
= newp;
in parse_opt()
444
if (
section_list
== NULL)
in section_match()
447
struct
section_list
*runp =
section_list
;
in section_match()
/third_party/musl/porting/linux/user/ldso/
H
A
D
ns_config.h
47
}
section_list
;
typedef
54
section_list
*sections;
H
A
D
ns_config.c
166
static
section_list
*sections_alloc(size_t size)
in sections_alloc()
168
section_list
*sections;
in sections_alloc()
171
sections = (
section_list
*)__libc_calloc(1, sizeof *sections);
in sections_alloc()
188
UT_STATIC void sections_realloc(
section_list
*sections)
in sections_realloc()
206
static void sections_free(
section_list
*sections)
in sections_free()
253
static void sections_set(
section_list
*sections, const char *name, const char *key, const char *val)
in sections_set()
287
static
section_list
*config_load(const char *filepath)
in config_load()
298
section_list
*sections;
in config_load()
/third_party/musl/ldso/linux/
H
A
D
ns_config.h
47
}
section_list
;
typedef
54
section_list
*sections;
H
A
D
ns_config.c
166
static
section_list
*sections_alloc(size_t size)
in sections_alloc()
168
section_list
*sections;
in sections_alloc()
171
sections = (
section_list
*)__libc_calloc(1, sizeof *sections);
in sections_alloc()
188
UT_STATIC void sections_realloc(
section_list
*sections)
in sections_realloc()
206
static void sections_free(
section_list
*sections)
in sections_free()
253
static void sections_set(
section_list
*sections, const char *name, const char *key, const char *val)
in sections_set()
287
static
section_list
*config_load(const char *filepath)
in config_load()
298
section_list
*sections;
in config_load()
/third_party/elfutils/libasm/
H
A
D
asm_newscn.c
201
result->allnext = ctx->
section_list
;
in asm_newscn()
202
ctx->
section_list
= result;
in asm_newscn()
H
A
D
asm_end.c
83
for (asmscn = ctx->
section_list
; asmscn != NULL; asmscn = asmscn->allnext)
in binary_end()
418
for (asmscn = ctx->
section_list
; asmscn != NULL; asmscn = asmscn->allnext)
in binary_end()
563
AsmScn_t *scn = ctx->
section_list
;
in __libasm_finictx()
H
A
D
libasmP.h
160
AsmScn_t *
section_list
;
member
H
A
D
asm_begin.c
110
result->
section_list
= NULL;
in prepare_binary_output()
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_ldso_ns_config.c
441
void sections_realloc(
section_list
*sections);
493
section_list
sections;
in ns_config_test_0320()
/third_party/json/tools/cpplint/
H
A
D
cpplint.py
1127
for
section_list
in self.include_list:
1128
for f in
section_list
:
2488
for
section_list
in include_state.include_list:
2489
for f in
section_list
:
Completed in 14 milliseconds