Searched refs:diridx (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_getsrclines.c | 496 Dwarf_Word diridx; in read_srclines() local 499 get_uleb128 (diridx, linep, lineendp); in read_srclines() 500 if (unlikely (diridx >= ndirlist)) in read_srclines() 512 dirarray[diridx].len + 1 in read_srclines() 516 if (dirarray[diridx].dir != NULL) in read_srclines() 521 cp = stpcpy (cp, dirarray[diridx].dir); in read_srclines() 526 < dirarray[diridx].len + 1 + fnamelen + 1); in read_srclines() 590 Dwarf_Word diridx = (Dwarf_Word) -1; in read_srclines() local 605 if (dwarf_formudata (&attr, &diridx) != 0) in read_srclines() 606 diridx in read_srclines() 794 unsigned int diridx; read_srclines() local [all...] |
/third_party/elfutils/src/ |
H A D | readelf.c | 8904 unsigned int diridx; in print_debug_line_section() local 8907 get_uleb128 (diridx, linep, lineendp); in print_debug_line_section() 8922 cnt, diridx, mtime, fsize, fname); in print_debug_line_section() 9055 unsigned int diridx; in print_debug_line_section() local 9058 get_uleb128 (diridx, linep, lineendp); in print_debug_line_section() 9070 diridx, (uint64_t) mtime, (uint64_t) filelength, in print_debug_line_section()
|
Completed in 16 milliseconds