OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_sect
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c
301
int
is_sect
= 0;
local
308
is_sect
= 1;
313
if (!info->local_names && !
is_sect
)
323
elf_strtab_entry *name = !info->local_names ||
is_sect
? NULL :
334
is_sect
? STT_SECTION : 0, NULL, 0);
336
if (
is_sect
)
[
all
...]
Completed in 26 milliseconds