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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 77 SearchTableType search_table; local
94 search_table.push_back(std::make_pair(fde_pc, fde_addr));
98 std::sort(search_table.begin(), search_table.end(), bit32::EntryCompare);
102 SearchTableType::const_iterator entry, entry_end = search_table.end();
104 for (entry = search_table.begin(); entry != entry_end; ++entry) {
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 142 const uint8_t *search_table = parse_eh_frame_hdr (data->d_buf, phdr->p_filesz, local
152 dmax = phdr->p_filesz - (search_table - (const uint8_t *) data->d_buf);
153 if (unlikely (search_table == (void *) -1l
180 if (search_table != NULL)
182 cfi->search_table = search_table;
237 cfi->search_table
248 dmax = hdr_data->d_size - (cfi->search_table
250 if (unlikely (cfi->search_table == (void *) -1l
262 cfi->search_table = NULL
    [all...]
dwarf_getcfi.c 50 cfi->search_table = NULL;
fde.c 186 .d = { .d_buf = (void *) cache->search_table,
203 /* Max idx * size is checked against search_table len when
205 const uint8_t *p = &cache->search_table[idx * size];
257 if (cache->search_table != NULL)
cfi.h 105 const uint8_t *search_table; member in struct:Dwarf_CFI_s
  /external/elfutils/libdwfl/
dwfl_module_addrsym.c 195 search_table (struct search_state *state, int start, int end) function
277 search_table (&state, first_global == 0 ? 1 : first_global, syments);
283 search_table (&state, 1, first_global);

Completed in 1697 milliseconds