Lines Matching refs:sect
491 ObjectFilePECOFF::GetSectionName(std::string& sect_name, const section_header_t& sect)
493 if (sect.name[0] == '/')
495 lldb::offset_t stroff = strtoul(§.name[1], NULL, 10);
506 sect_name = sect.name;
575 symbol.sect = symtab_data.GetU16 (&offset);
580 if ((int16_t)symbol.sect >= 1)
582 Address symbol_addr(sect_list->GetSectionAtIndex(symbol.sect-1), symbol.value);