Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_alsa_ucm_section.c42 struct ucm_section *section_list = NULL; in ucm_section_create() local
73 DL_APPEND(section_list, section); in ucm_section_create()
74 return section_list; in ucm_section_create()
/external/elfutils/src/
Dobjdump.c108 static struct section_list struct
116 struct section_list *next; argument
117 } *section_list; variable
184 struct section_list *newp = xmalloc (sizeof (*newp)); in parse_opt()
194 newp->next = section_list; in parse_opt()
195 section_list = newp; in parse_opt()
445 if (section_list == NULL) in section_match()
448 struct section_list *runp = section_list; in section_match()
/external/mesa3d/src/util/
Dmerge_driinfo.py136 def merge_sections(section_list): argument
141 merged_section = Section(section_list[0].name)
143 for section in section_list:
/external/elfutils/libasm/
Dasm_newscn.c202 result->allnext = ctx->section_list; in asm_newscn()
203 ctx->section_list = result; in asm_newscn()
Dasm_end.c86 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()
421 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()
562 AsmScn_t *scn = ctx->section_list; in __libasm_finictx()
Dasm_begin.c112 result->section_list = NULL; in prepare_binary_output()
DlibasmP.h159 AsmScn_t *section_list; member
/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()
/external/iproute2/bash-completion/
Dtc220 local fword objfile section_list
227 section_list=$( objdump -h $objfile 2>/dev/null | \
229 COMPREPLY+=( $( compgen -W "$section_list" -- "$cur" ) )
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc1104 struct ucm_section *section_list = NULL; in TEST() local
1169 DL_APPEND(section_list, section); in TEST()
1170 ucm_section_free_list(section_list); in TEST()
/external/google-styleguide/cpplint/
Dcpplint.py739 for section_list in self.include_list:
740 for f in section_list:
1990 for section_list in include_state.include_list:
1991 for f in section_list: