Searched refs:IDX_debug_loc (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_begin_elf.c | 64 [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()
|
D | dwarf_getlocation.c | 636 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];
|
D | dwarf_formudata.c | 147 if (__libdw_formptr (attr, IDX_debug_loc,
|
D | libdwP.h | 79 IDX_debug_loc, enumerator
|
/external/elfutils/src/src/ |
D | readelf.c | 6885 Elf_Data *data = dbg->sectiondata[IDX_debug_loc]; in print_debug_loc_section()
|