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

  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 57 std::string sect_name(pSection.name());
59 sect_name = sect_name.substr(sect_name.find('.', /*pos=*/1));
68 if (sect_name.substr(0, 5) != ".text") {
70 fatal(diag::undefined_reference) << reloc_sym << pInput.path() << sect_name
ELFReader.cpp 379 const char* sect_name = sect_name_region.begin(); local
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);
873 const char* sect_name = sect_name_region.begin(); local
900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);
    [all...]
  /external/toolchain-utils/crosperf/
results_report_templates.py 39 <div class='results-section-title'>$sect_name</div>
52 return _ResultsSectionHTML.substitute(sect_name=table_name,
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 646 write_index(const char* sect_name, const Dwp_index& index);
862 std::string sect_name = this->section_name(i); local
863 const char* suffix = sect_name.c_str();
913 std::string sect_name = this->section_name(i); local
914 const char* suffix = sect_name.c_str();
1006 std::string sect_name = this->section_name(i); local
1007 const char* suffix = sect_name.c_str();
    [all...]
  /external/valgrind/drd/
drd_error.c 223 const HChar *sect_name; local
226 sect_kind = VG_(DebugInfo_sect_kind)(&sect_name, dri->addr);
230 sect_name, auxwhat_suffix);
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c     [all...]

Completed in 789 milliseconds