Home
last modified time | relevance | path

Searched refs:sect_name (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp57 std::string sect_name(pSection.name()); in issueUndefRef() local
59 sect_name = sect_name.substr(sect_name.find('.', /*pos=*/1)); in issueUndefRef()
68 if (sect_name.substr(0, 5) != ".text") { in issueUndefRef()
70 fatal(diag::undefined_reference) << reloc_sym << pInput.path() << sect_name in issueUndefRef()
DELFReader.cpp379 const char* sect_name = sect_name_region.begin(); in readSectionHeaders() local
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
873 const char* sect_name = sect_name_region.begin(); in readSectionHeaders() local
900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()