Searched refs:low_addr (Results 1 – 16 of 16) sorted by relevance
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap02.c | 41 static unsigned long low_addr = LOW_ADDR; variable 65 while (range_is_mapped(low_addr, low_addr + map_sz) == 1) { in test_hugemmap() 66 low_addr = low_addr + 0x10000000; in test_hugemmap() 68 if (low_addr < LOW_ADDR) in test_hugemmap() 72 addr = mmap((void *)low_addr, page_sz, PROT_READ, in test_hugemmap()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module.c | 173 if (m->low_addr == start && m->high_addr == end in dwfl_report_module() 200 mod->low_addr = start; in dwfl_report_module()
|
D | dwfl_validate_address.c | 51 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
|
D | dwfl_module_info.c | 47 *start = mod->low_addr; in dwfl_module_info()
|
D | dwfl_module_report_build_id.c | 58 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
|
D | offline.c | 146 if ((dwfl->offline_next_address >= mod->low_addr in process_elf() 147 || mod->low_addr - dwfl->offline_next_address < OFFLINE_REDZONE) in process_elf()
|
D | derelocate.c | 251 assert (mod->main.vaddr == mod->low_addr); in dwfl_module_relocations() 390 *addr -= mod->low_addr; in dwfl_module_relocate_address()
|
D | libdwflP.h | 171 GElf_Addr low_addr, high_addr; member 802 #define MODCB_ARGS(mod) (mod), &(mod)->userdata, (mod)->name, (mod)->low_addr
|
D | segment.c | 166 const GElf_Addr start = __libdwfl_segment_start (dwfl, mod->low_addr); in reify_segments()
|
D | link_map.c | 612 mod->low_addr -= mod_bias; in consider_executable() 614 mod->low_addr += bias; in consider_executable()
|
D | dwfl_module_getdwarf.c | 160 if (mod->e_type == ET_EXEC && file->vaddr != mod->low_addr) in open_elf() 235 mod->main_bias = mod->e_type == ET_REL ? 0 : mod->low_addr - mod->main.vaddr; in __libdwfl_getelf()
|
D | linux-kernel-modules.c | 727 start = m->low_addr; in dwfl_linux_kernel_report_kernel()
|
D | ChangeLog | 2255 * link_map.c (consider_executable): Adjust only MOD->low_addr for 2318 based on dwfl->segment_align or manifest alignment of MOD->low_addr. 2639 addresses are taken as relative to MOD->low_addr.
|
/third_party/libabigail/src/ |
D | abg-elf-reader.cc | 198 Dwarf_Addr low_addr = 0; in find_alt_dwarf_debug_info() local 202 &low_addr, 0, 0, 0, 0, 0); in find_alt_dwarf_debug_info() 205 file_name, low_addr, in find_alt_dwarf_debug_info()
|
/third_party/elfutils/tests/ |
D | allregs.c | 54 Dwarf_Addr low_addr __attribute__ ((unused)), in first_module() argument
|
D | dwflsyms.c | 109 Dwarf_Addr low_addr __attribute__ ((unused)), in list_syms() argument
|