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
97
struct input_section_name *
sectionname
;
member in union:YYSTYPE
ldscript.y
63
struct input_section_name *
sectionname
;
109
%type <
sectionname
> sort_opt_name
110
%type <filemask_section_name>
sectionname
250
inputsection:
sectionname
255
| kKEEP '('
sectionname
')'
269
sectionname
: filename_id_star '(' exclude_opt sort_opt_name ')'
label
ldscript.c
202
struct input_section_name *
sectionname
;
member in union:YYSTYPE
450
"inputsection", "
sectionname
", "sort_opt_name", "exclude_opt", "expr",
[
all
...]
/external/libvpx/build/make/
obj_int_extract.c
867
char
sectionname
[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0};
local
868
strncpy(
sectionname
, ptr, 8);
869
//log_msg("COFF: Parsing section %s\n",
sectionname
);
871
sectionlist[i] = malloc(strlen(
sectionname
) + 1);
875
log_msg("Allocating storage for %s failed\n",
sectionname
);
878
strcpy(sectionlist[i],
sectionname
);
880
if (!strcmp(
sectionname
, ".data")) sectionrawdata_ptr = get_le32(ptr + 20);
Completed in 90 milliseconds