HomeSort by relevance Sort by last modified time
    Searched refs:section_address (Results 1 - 16 of 16) sorted by null

  /art/compiler/debug/dwarf/
headers.h 81 uint64_t section_address, // Absolute address of the section.
90 CHECK_GE(cie_address, section_address);
91 CHECK_GE(buffer_address, section_address);
101 uint32_t cie_pointer = cie_address - section_address;
110 patch_locations->push_back(buffer_address + buffer->size() - section_address);
  /external/elfutils/tests/
dwfl-bug-addr-overflow.c 31 .section_address = INTUSE(dwfl_offline_section_address),
dwfl-report-elf-align.c 33 .section_address = INTUSE(dwfl_offline_section_address),
backtrace-data.c 300 .section_address = dwfl_offline_section_address,
  /external/elfutils/libdwfl/
argp-std.c 70 .section_address = INTUSE(dwfl_offline_section_address),
90 .section_address = INTUSE(dwfl_linux_kernel_module_section_address),
derelocate.c 138 && mod->dwfl->callbacks->section_address != NULL)
libdwfl.h 70 int (*section_address) (Dwfl_Module *mod, void **userdata, member in struct:__anon11639
    [all...]
relocate.c 65 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod),
dwfl_module_getdwarf.c     [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 333 uint32_t section_address; member in struct:section_hdr
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
object.h 541 section_address(unsigned int shndx) function in class:gold::Object
    [all...]
object.cc 403 return this->section_address(shndx);
    [all...]
symtab.cc     [all...]
  /external/elfutils/src/
nm.c     [all...]
readelf.c 767 .section_address = dwfl_offline_section_address,
    [all...]

Completed in 468 milliseconds