Home
last modified time | relevance | path

Searched refs:instructions_end (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdw/
Dfde.c81 fde->instructions_end = entry->end; in intern_fde()
107 get_uleb128 (len, fde->instructions, fde->instructions_end); in intern_fde()
108 if ((Dwarf_Word) (fde->instructions_end - fde->instructions) < len) in intern_fde()
Dcfi.h70 const uint8_t *instructions_end; member
Dcfi.c512 fde->instructions, fde->instructions_end, false, in __libdw_frame_at_address()
DChangeLog1269 * fde.c (intern_fde): Call get_uleb128 with instructions_end.