HomeSort by relevance Sort by last modified time
    Searched defs:text_section (Results 1 - 7 of 7) sorted by null

  /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...]
  /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);
  /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.27/bfd/
elf32-m68hc1x.c 244 asection *text_section; local
259 text_section = 0;
275 text_section = section;
283 htab->tramp_section = text_section;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.c 115 segT text_section; variable
    [all...]
  /external/valgrind/perf/
tinycc.c 2330 static Section *text_section, *data_section, *bss_section; \/* predefined sections *\/ variable
    [all...]

Completed in 463 milliseconds