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

1 2

  /external/google-breakpad/src/common/solaris/
file_id.cc 98 const GElf_Shdr *text_section = NULL; local
117 text_section = &shdr;
122 if (text_section != NULL && text_section->sh_size > 0) {
123 *text_start = (char *)elf_base + text_section->sh_offset;
124 *text_size = text_section->sh_size;
158 const void *text_section = NULL; local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) {
164 MD5Update(&md5, (const unsigned char *)text_section, text_size);
  /toolchain/binutils/binutils-2.25/gas/config/
obj-aout.h 55 extern asection *text_section, *data_section, *bss_section;
obj-aout.c 124 if (bfd_section_size (stdoutput, text_section) != 0)
125 x = bfd_set_section_contents (stdoutput, text_section, &b, (file_ptr) 0,
tc-sh.h 73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section \
74 && S_GET_SEGMENT ((FIX)->fx_subsy) == text_section \
obj-macho.c 75 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1);
76 subseg_set (text_section, 0);
80 = bfd_mach_o_get_mach_o_section (text_section);
858 if (text_section == NULL)
859 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1);
863 = bfd_mach_o_get_mach_o_section (text_section);
866 section = text_section;
    [all...]
obj-coff.c 513 if (now_seg != text_section)
668 S_SET_SEGMENT (def_symbol_in_progress, text_section);
    [all...]
tc-mcore.c 269 if (now_seg == text_section)
284 if (now_seg == text_section)
299 if (now_seg == text_section)
315 if (now_seg == text_section)
    [all...]
tc-mmix.c 979 else if (now_seg == text_section)
    [all...]
tc-ppc.c     [all...]
tc-hppa.c     [all...]
tc-tilegx.c 266 bfd_set_section_alignment (stdoutput, text_section,
    [all...]
tc-tilepro.c 211 bfd_set_section_alignment (stdoutput, text_section,
    [all...]
tc-crx.c 240 if (seg == text_section)
    [all...]
tc-frv.c     [all...]
tc-cr16.c 427 if (seg == text_section)
    [all...]
  /external/google-breakpad/src/common/linux/
file_id.cc 121 void* text_section; local
124 (const void**)&text_section, &text_size, NULL) ||
130 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section);
dump_symbols.cc 322 const typename ElfClass::Shdr* text_section,
355 if (text_section)
356 byte_reader.SetTextBase(text_section->sh_addr);
714 const Shdr* text_section = local
723 got_section, text_section, big_endian, module);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
as.c 107 segT text_section; variable
1073 text_section = subseg_new (TEXT_SECTION_NAME, 0);
1079 bfd_set_section_flags (stdoutput, text_section,
1094 subseg_set (text_section, 0);
    [all...]
as.h 252 extern segT text_section, data_section, bss_section;
frags.c 63 subseg_set (text_section, 0);
write.c     [all...]
ecoff.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 506 extern GTY(()) section *text_section; variable
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc1x.c 244 asection *text_section; local
259 text_section = 0;
275 text_section = section;
283 htab->tramp_section = text_section;
    [all...]
  /external/valgrind/perf/
tinycc.c 2330 static Section *text_section, *data_section, *bss_section; \/* predefined sections *\/ variable
    [all...]

Completed in 951 milliseconds

1 2