Searched refs:adjust_st_value (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_addrsym.c | 41 bool adjust_st_value; member 74 if (! state->adjust_st_value) in same_section() 211 state->adjust_st_value); in search_table() 241 adjust_st_value set to true returns adjusted SYM st_value, set to false 257 .adjust_st_value = _adjust_st_value, in __libdwfl_addrsym()
|
H A D | dwfl_module_getsym.c | 39 bool *resolved, bool adjust_st_value) in __libdwfl_getsym() 128 if (! adjust_st_value && mod->e_type != ET_REL && alloc in __libdwfl_getsym() 182 if (adjust_st_value) in __libdwfl_getsym() 37 __libdwfl_getsym(Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Addr *addr, GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp, bool *resolved, bool adjust_st_value) __libdwfl_getsym() argument
|
H A D | libdwflP.h | 459 adjust_st_value set to true returns adjusted SYM st_value, set to false 464 bool *resolved, bool adjust_st_value)
|
Completed in 3 milliseconds