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

  /external/chromium_org/base/win/
pe_image.cc 246 PVOID section_start = RVAToAddr(section->VirtualAddress); local
249 if (!callback(*this, section, section_start, size, cookie))
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 643 const Elf32_Addr section_start = section_header->sh_addr; local
644 const Elf32_Addr section_end = section_start + section_header->sh_size;
660 if (relocation->r_offset >= section_start &&
662 Elf32_Addr byte_offset = relocation->r_offset - section_start;
    [all...]

Completed in 3635 milliseconds