Searched refs:is_sect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c301 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)

Completed in 83 milliseconds