Home
last modified time | relevance | path

Searched refs:text_section (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/solaris/
Dfile_id.cc98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local
117 text_section = &shdr; in FindElfTextSection()
122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection()
123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection()
124 *text_size = text_section->sh_size; in FindElfTextSection()
158 const void *text_section = NULL; in ElfFileIdentifier() local
161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier()
164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
/external/google-breakpad/src/common/linux/
Dfile_id.cc125 void* text_section; in HashElfTextSection() local
128 (const void**)&text_section, &text_size) || in HashElfTextSection()
136 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section); in HashElfTextSection()
Ddump_symbols.cc387 const typename ElfClass::Shdr* text_section, in LoadDwarfCFI() argument
420 if (text_section) in LoadDwarfCFI()
421 byte_reader.SetTextBase(text_section->sh_addr); in LoadDwarfCFI()
835 const Shdr* text_section = in LoadSymbols() local
844 got_section, text_section, big_endian, module); in LoadSymbols()
/external/toolchain-utils/bestflags/examples/omnetpp/
Dbuild_omnetpp60 text_section=$(readelf -SW $outfile | grep ".text")
61 size_hex=$(echo $text_section | sed "s/\s\{1,\}/\ /g" | cut -d ' ' -f 6)
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3087 static Section *text_section, *data_section, *bss_section;
3404 text_section->sh_num, 0);
3411 text_section->data_offset, text_section, section_sym);
3413 text_section->data_offset, text_section, section_sym);
3431 text_section->data_offset, text_section, section_sym);
9740 cur_text_section = text_section;
9892 cur_text_section = text_section;
/external/libabigail/
DChangeLog5544 (read_context::text_section): Delete.
14438 (read_context::{options, bss_section, text_section,