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

  /system/core/libcorkscrew/
symbol_table.c 106 char *dynstr = NULL; local
111 dynstr = base + shdr[dynstr_idx].sh_offset;
163 table->symbols[symbol_index].name = strdup(dynstr + dynsyms[i].st_name);
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 486 fatal(diag::err_cannot_read_section) << ".dynstr";
499 const char* dynstr = (const char*) dynstr_region->start(); local
519 pInput.setName(sys::fs::Path(dynstr + d_val).filename().native());
1008 const char* dynstr = (const char*) dynstr_region->start(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 223 /// .dynsym, .dynstr, .hash and .shstrtab.
235 size_t dynstr = pIsStaticLink ? 0 : 1; local
258 /// Compute the size of .dynsym, .dynstr, and dynsym_local_cnt
266 dynstr += (*symbol)->nameSize() + 1;
275 // compute size of .dynstr and .hash
279 dynstr += pModule.name().size() + 1;
283 // add DT_NEED strings into .dynstr and .dynamic
295 dynstr += (*lib)->name().size() + 1;
300 dynstr += (*lib)->name().size() + 1;
312 dynstr += (*rpath).size() + 1
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 740 /// .dynsym, .dynstr, .hash and .shstrtab.
751 size_t dynstr = pIsStaticLink ? 0 : 1; local
778 dynstr += pModule.name().size() + 1;
784 /// Compute the size of .dynsym, .dynstr, and dynsym_local_cnt
789 dynstr += (*symbol)->nameSize() + 1;
825 dynstr += (*lib)->name().size() + 1;
837 dynstr += (*rpath).size() + 1;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 19222 Section *interp, *dynamic, *dynstr; local
20218 unsigned char *dynstr; local
    [all...]

Completed in 228 milliseconds