HomeSort by relevance Sort by last modified time
    Searched full:secinfo (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
merge.c 52 struct sec_merge_sec_info *secinfo; member in struct:sec_merge_hash_entry
125 ret->secinfo = NULL;
263 unsigned int alignment, struct sec_merge_sec_info *secinfo)
271 if (entry->secinfo == NULL)
274 entry->secinfo = secinfo;
288 struct sec_merge_sec_info *secinfo = entry->secinfo; local
289 asection *sec = secinfo->sec;
301 for (; entry != NULL && entry->secinfo == secinfo; entry = entry->next
347 struct sec_merge_sec_info *secinfo; local
600 struct sec_merge_sec_info *secinfo; local
716 struct sec_merge_sec_info * secinfo; local
786 struct sec_merge_sec_info *secinfo; local
816 struct sec_merge_sec_info *secinfo; local
    [all...]
stabs.c 159 struct stab_section_info *secinfo;
222 secinfo = (struct stab_section_info *) *psecinfo;
223 secinfo->excls = NULL;
225 secinfo->cumulative_skips = NULL;
226 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
244 for (sym = stabbuf, pstridx = secinfo->stridxs;
385 ne->next = secinfo->excls;
386 secinfo->excls = ne;
477 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt);
478 if (secinfo->cumulative_skips == NULL
157 struct stab_section_info *secinfo; local
517 struct stab_section_info *secinfo; local
665 struct stab_section_info *secinfo; local
765 struct stab_section_info *secinfo; local
    [all...]
ChangeLog-2007 455 (_bfd_merged_section_offset): Properly handle NULL secinfo.
473 NULL secinfo from merge failures.
    [all...]
elfxx-mips.c 4333 void *secinfo; local
    [all...]
ChangeLog-0001     [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1271 CPVT_Section secinfo; local
2687 CPVT_Section secinfo; local
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 815 CPVT_SectionInfo secinfo; local
817 secinfo.pSecProps = new CPVT_SecProps(0.0f, 0.0f, 0);
818 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(),
823 AddSection(place, secinfo);
883 CPVT_SectionInfo secinfo; local
886 secinfo.pSecProps = new CPVT_SecProps(*pSecProps);
889 secinfo.pWordProps = new CPVT_WordProps(*pWordProps);
892 AddSection(NewPlace, secinfo);
975 CPVT_SectionInfo secinfo; local
    [all...]
pdf_vt.h 457 const CPVT_SectionInfo& secinfo);
467 CPVT_SectionInfo& secinfo);
485 FX_FLOAT GetLineAscent(const CPVT_SectionInfo& SecInfo);
486 FX_FLOAT GetLineDescent(const CPVT_SectionInfo& SecInfo);
492 FX_FLOAT GetLineLeading(const CPVT_SectionInfo& SecInfo);
493 FX_FLOAT GetLineIndent(const CPVT_SectionInfo& SecInfo);
494 int32_t GetAlignment(const CPVT_SectionInfo& SecInfo);

Completed in 1035 milliseconds