Home | History | Annotate | Download | only in bfd

Lines Matching refs:high

226   bfd_vma high;
244 bfd_vma high;
1731 stack 32 bit value of symbol (high bits set to 0). */
4058 module->func_table->high = module->func_table->low
4061 if (module->func_table->high > module->high)
4062 module->high = module->func_table->high;
4487 module->high = start + length;
4548 if (addr >= funcinfo->low && addr <= funcinfo->high)
4619 if (addr >= module->low && addr <= module->high)