OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionname
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ldscript.h
111
struct input_section_name *
sectionname
;
member in union:YYSTYPE
ldscript.y
76
struct input_section_name *
sectionname
;
123
%type <
sectionname
> sort_opt_name
124
%type <filemask_section_name>
sectionname
268
inputsection:
sectionname
273
| kKEEP '('
sectionname
')'
287
sectionname
: filename_id_star '(' exclude_opt sort_opt_name ')'
label
ldscript.c
236
struct input_section_name *
sectionname
;
member in union:YYSTYPE
596
"inputsection", "
sectionname
", "sort_opt_name", "exclude_opt", "expr",
[
all
...]
/external/libvpx/libvpx/build/make/
obj_int_extract.c
646
char
sectionname
[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0};
local
647
strncpy(
sectionname
, ptr, 8);
648
// log_msg("COFF: Parsing section %s\n",
sectionname
);
650
sectionlist[i] = malloc(strlen(
sectionname
) + 1);
653
log_msg("Allocating storage for %s failed\n",
sectionname
);
656
strcpy(sectionlist[i],
sectionname
);
658
if (!strcmp(
sectionname
, ".rdata")) sectionrawdata_ptr = get_le32(ptr + 20);
Completed in 1156 milliseconds