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

  /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);
  /frameworks/compile/mclinker/lib/LD/
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...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 642 write_index(const char* sect_name, const Dwp_index& index);
858 std::string sect_name = this->section_name(i); local
859 const char* suffix = sect_name.c_str();
909 std::string sect_name = this->section_name(i); local
910 const char* suffix = sect_name.c_str();
1002 std::string sect_name = this->section_name(i); local
1003 const char* suffix = sect_name.c_str();
    [all...]

Completed in 463 milliseconds