HomeSort by relevance Sort by last modified time
    Searched refs:per_width (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 842 unsigned int per_width; local
846 per_width = 2;
849 per_width = 4;
852 per_width = 8;
855 per_width = size / 8;
864 len += per_width - 1;
865 len &= ~ (per_width - 1);
873 if (static_cast<unsigned int>(pcieend - p) < per_width)
875 p += per_width;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 699 int per_width; local
702 per_width = get_DW_EH_PE_width (cie->per_encoding,
704 REQUIRE (per_width);
707 length = -(buf - ehbuf) & (per_width - 1);
720 REQUIRE (skip_bytes (&buf, end, per_width));
1470 unsigned int per_width, per_encoding; local
    [all...]

Completed in 130 milliseconds