Searched defs:segment_name (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h201 string segment_name; // section[_64].segname member in struct:google_breakpad::mach_o::Section
H A Dmacho_reader_unittest.cc617 const string &segment_name,
621 AppendCString(segment_name, 16);
1349 Matcher<const string &> segment_name,
1356 Field(&Section::segment_name, segment_name),
1366 Matcher<const string &> segment_name,
1370 Field(&Section::segment_name, segment_name),
613 AppendSectionEntry(const string &section_name, const string &segment_name, uint32_t alignment, uint32_t flags, const LoadedSection &contents) argument
1342 MatchSection( Matcher<bool> bits_64, Matcher<const string &> section_name, Matcher<const string &> segment_name, Matcher<uint64_t> address, Matcher<uint32_t> alignment, Matcher<uint32_t> flags, Matcher<const ByteBuffer &> contents) argument
1359 MatchSection( Matcher<bool> bits_64, Matcher<const string &> section_name, Matcher<const string &> segment_name, Matcher<uint64_t> address) argument

Completed in 310 milliseconds