Lines Matching +defs:val +defs:length
234 * In a CIE/FDE, the length field does not include it's own
667 * Unrecognized OP code: DWARF data is variable length,
691 uint64_t off, ndx, length, id;
712 * Extract length in native format. A zero length indicates
718 * zero length CIE, thus any information that does follow is
722 &ndx, 4, cfi_state.do_swap, &length) == DW_OVERFLOW) {
729 if (length == 0) {
735 if (length > (datasize - off)) {
737 file, sh_name, EC_XWORD(length),
740 * If length is wrong, we have no means to find the
767 cielength = length;
894 * length given. This will safely move us past any
909 uint_t fdelength = length;
965 uint64_t val;
969 datasize - off, &val) == DW_OVERFLOW) {
976 ndx += val;
978 EC_XWORD(val));
979 if (val && cieLflag_present) {