Home
last modified time | relevance | path

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

/external/elfutils/src/libdw/
Ddwarf_begin_elf.c64 [IDX_debug_loc] = ".debug_loc",
238 if (result != NULL && result->sectiondata[IDX_debug_loc] != NULL) in valid_p()
253 = result->sectiondata[IDX_debug_loc]->d_buf; in valid_p()
255 = (result->sectiondata[IDX_debug_loc]->d_buf in valid_p()
256 + result->sectiondata[IDX_debug_loc]->d_size); in valid_p()
Ddwarf_getlocation.c636 if (__libdw_formptr (attr, IDX_debug_loc,
672 switch (__libdw_read_begin_end_pair_inc (attr->cu->dbg, IDX_debug_loc,
704 if (getlocation (attr->cu, &block, expr, exprlen, IDX_debug_loc) != 0)
758 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
844 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
Ddwarf_formudata.c147 if (__libdw_formptr (attr, IDX_debug_loc,
DlibdwP.h79 IDX_debug_loc, enumerator
/external/elfutils/src/src/
Dreadelf.c6885 Elf_Data *data = dbg->sectiondata[IDX_debug_loc]; in print_debug_loc_section()