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

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

Completed in 108 milliseconds