Searched refs:debug_frame_ (Results 1 – 1 of 1) sorted by relevance
476 debug_frame_(this, ".debug_frame", SHT_PROGBITS, 0, nullptr, 0, sizeof(Elf_Addr), 0), in ElfBuilder()503 Section* GetDebugFrame() { return &debug_frame_; } in GetDebugFrame()919 Section debug_frame_; variable