HomeSort by relevance Sort by last modified time
    Searched refs:sect (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 39 iterator sect, sectEnd = end(); local
40 for (sect = begin(); sect != sectEnd; ++sect) {
41 if ((*sect)->name() == pName)
42 return *sect;
49 const_iterator sect, sectEnd = end(); local
50 for (sect = begin(); sect != sectEnd; ++sect) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 304 my $sect = 'DESCRIPTION';
328 $sect = uc $1;
335 $sect = 'COPYRIGHT';
336 $include{$sect} ||= '';
337 $include{$sect} .= ".PP\n" if $include{$sect};
359 $include{$sect} .= $copy;
367 $sect = 'REPORTING BUGS';
373 $sect = 'AUTHOR';
383 $include{$sect} ||= ''
    [all...]
  /external/oprofile/libutil++/
op_spu_bfd.cpp 60 asection const * sect; local
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
157 if (sect->flags & SEC_CODE) {
158 if (filepos_map[sect->name] != 0) {
159 cerr << "Found section \"" << sect->name
165 filepos_map[sect->name] = sect->filepos
    [all...]
op_bfd.cpp 115 asection const * sect; local
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
161 if (sect->flags & SEC_CODE) {
162 if (filepos_map[sect->name] != 0) {
163 cerr << "Found section \"" << sect->name
169 filepos_map[sect->name] = sect->filepos
303 asection const * sect = ibfd.abfd->sections; local
    [all...]
bfd_support.cpp 81 asection * sect; local
84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink");
86 if (sect == NULL)
89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect);
94 if (!bfd_get_section_contents(ibfd, sect,
413 for (asection const * sect = abfd->sections; sect; sect = sect->next) {
414 if (sect->flags & SEC_DEBUGGING
    [all...]
  /external/elfutils/tests/
run-dwfl-addr-sect.sh 30 testrun_compare ./dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 242 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
243 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
244 switch ((*sect)->kind()) {
255 if (!m_LDBackend.mergeSection(*m_pModule, **sect)) {
256 error(diag::err_cannot_merge_section) << (*sect)->name()
262 if (!(*sect)->hasEhFrame())
265 if (NULL == builder.MergeSection(**sect)) {
266 error(diag::err_cannot_merge_section) << (*sect)->name(
388 Module::iterator sect, sEnd = m_pModule->end(); local
    [all...]
  /external/grub/docs/
help2man 264 my $sect = 'DESCRIPTION';
288 $sect = uc $1;
295 $sect = 'COPYRIGHT';
296 $include{$sect} ||= '';
297 $include{$sect} .= ".PP\n" if $include{$sect};
319 $include{$sect} .= $copy;
327 $sect = 'REPORTING BUGS';
333 $sect = 'AUTHOR';
343 $include{$sect} ||= ''
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nftl.h 46 int head,sect,cyl; member in struct:NFTLrecord
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /external/kernel-headers/original/linux/mtd/
nftl.h 34 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord

Completed in 477 milliseconds

1 2 3 4 5