HomeSort by relevance Sort by last modified time
    Searched refs:search_table (Results 1 - 5 of 5) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_getcfi_elf.c 166 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz, local
171 if (search_table == (void *) -1l)
196 if (search_table != NULL)
198 cfi->search_table = search_table;
251 cfi->search_table
256 if (cfi->search_table == (void *) -1l)
266 cfi->search_table = NULL;
dwarf_getcfi.c 72 cfi->search_table = NULL;
cfi.h 126 const uint8_t *search_table; member in struct:Dwarf_CFI_s
fde.c 195 const uint8_t *p = &cache->search_table[idx * size];
249 if (cache->search_table != NULL)
  /external/elfutils/0.153/libdwfl/
dwfl_module_addrsym.c 108 inline void search_table (int start, int end) function
178 search_table (mod->first_global < 0 ? 1 : mod->first_global, syments);
184 search_table (1, mod->first_global);

Completed in 47 milliseconds