Searched refs:diridx (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getsrclines.c | 490 Dwarf_Word diridx; in read_srclines() local 493 get_uleb128 (diridx, linep, lineendp); in read_srclines() 494 if (unlikely (diridx >= ndirlist)) in read_srclines() 506 dirarray[diridx].len + 1 in read_srclines() 510 if (dirarray[diridx].dir != NULL) in read_srclines() 515 cp = stpcpy (cp, dirarray[diridx].dir); in read_srclines() 520 < dirarray[diridx].len + 1 + fnamelen + 1); in read_srclines() 584 Dwarf_Word diridx = (Dwarf_Word) -1; in read_srclines() local 599 if (dwarf_formudata (&attr, &diridx) != 0) in read_srclines() 600 diridx = (Dwarf_Word) -1; in read_srclines() [all …]
|
D | ChangeLog | 363 * dwarf_getsrclines.c (read_srclines): Explicitly set diridx to -1 1407 * dwarf_getsrclines.c (read_srclines): Check diridx is valid under
|
/external/elfutils/src/ |
D | readelf.c | 8714 unsigned int diridx; in print_debug_line_section() local 8717 get_uleb128 (diridx, linep, lineendp); in print_debug_line_section() 8732 cnt, diridx, mtime, fsize, fname); in print_debug_line_section() 8863 unsigned int diridx; in print_debug_line_section() local 8866 get_uleb128 (diridx, linep, lineendp); in print_debug_line_section() 8878 diridx, (uint64_t) mtime, (uint64_t) filelength, in print_debug_line_section()
|