OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadedSection
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/mac/
macho_reader_unittest.cc
556
class
LoadedSection
: public SizedSection {
558
explicit
LoadedSection
(Label address = Label()) : address_(address) { }
565
LoadedSection
&Place(
LoadedSection
*section) {
585
SegmentLoadCommand &Header(const string &name, const
LoadedSection
&contents,
619
const
LoadedSection
&contents) {
[
all
...]
/external/google-breakpad/src/common/linux/
dump_symbols.cc
527
void
LoadedSection
(const string §ion) {
626
info->
LoadedSection
(".stab");
644
info->
LoadedSection
(".debug_info");
662
info->
LoadedSection
(".dynsym");
693
info->
LoadedSection
(".debug_frame");
718
info->
LoadedSection
(".eh_frame");
[
all
...]
Completed in 198 milliseconds