Home
last modified time | relevance | path

Searched refs:section_list (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/src/
Dobjdump.c108 static struct section_list struct
116 struct section_list *next; argument
117 } *section_list; variable
198 struct section_list *newp = xmalloc (sizeof (*newp)); in parse_opt()
208 newp->next = section_list; in parse_opt()
209 section_list = newp; in parse_opt()
457 if (section_list == NULL) in section_match()
460 struct section_list *runp = section_list; in section_match()
/external/elfutils/libasm/
Dasm_newscn.c203 result->allnext = ctx->section_list; in asm_newscn()
204 ctx->section_list = result; in asm_newscn()
Dasm_end.c87 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()
420 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()
561 AsmScn_t *scn = ctx->section_list; in __libasm_finictx()
DlibasmP.h157 AsmScn_t *section_list; member
Dasm_begin.c112 result->section_list = NULL; in prepare_binary_output()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc371 segment.section_list.start = cursor.here(); in WalkLoadCommands()
372 segment.section_list.end = command.end; in WalkLoadCommands()
457 ByteCursor cursor(&segment.section_list, big_endian_); in WalkSegmentSections()
Dmacho_reader.h161 ByteBuffer section_list; // This segment's section list. member
Dmacho_reader_unittest.cc1121 EXPECT_EQ(0U, actual_segment.section_list.Size()); in TEST_F()
1158 EXPECT_EQ(0U, actual_segment.section_list.Size()); in TEST_F()
1194 EXPECT_EQ(0U, actual_segment.section_list.Size()); in TEST_F()
1231 EXPECT_EQ(0U, actual_segment.section_list.Size()); in TEST_F()
/external/google-breakpad/src/tools/mac/dump_syms/
Dmacho_dump.cc112 segment.section_list.Size()); in SegmentCommand()