Home
last modified time | relevance | path

Searched refs:IDX_debug_loc (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_begin_elf.c57 [IDX_debug_loc] = ".debug_loc",
191 if (result != NULL && result->sectiondata[IDX_debug_loc] != NULL) in valid_p()
205 = result->sectiondata[IDX_debug_loc]->d_buf; in valid_p()
207 = (result->sectiondata[IDX_debug_loc]->d_buf in valid_p()
208 + result->sectiondata[IDX_debug_loc]->d_size); in valid_p()
Ddwarf_getlocation.c664 if (__libdw_formptr (attr, IDX_debug_loc, in initial_offset_base()
693 switch (__libdw_read_begin_end_pair_inc (attr->cu->dbg, IDX_debug_loc, in getlocations_addr()
725 if (getlocation (attr->cu, &block, expr, exprlen, IDX_debug_loc) != 0) in getlocations_addr()
775 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc]; in dwarf_getlocation_addr()
856 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc]; in dwarf_getlocations()
Ddwarf_formudata.c145 if (__libdw_formptr (attr, IDX_debug_loc, in dwarf_formudata()
DlibdwP.h79 IDX_debug_loc, enumerator
/external/elfutils/src/
Dreadelf.c6991 Elf_Data *data = dbg->sectiondata[IDX_debug_loc]; in print_debug_loc_section()