Searched refs:secidx (Results 1 – 1 of 1) sorted by relevance
549 int secidx; /* the defining section index/module */ member634 static void obj_string_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,637 static void obj_symbol_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,2003 int secidx, ElfW(Addr) value, in obj_add_symbol() argument2013 int o_secidx = sym->secidx; in obj_add_symbol()2020 if (secidx == SHN_UNDEF) in obj_add_symbol()2056 else if (secidx == SHN_COMMON in obj_add_symbol()2065 if (secidx <= SHN_HIRESERVE) in obj_add_symbol()2089 sym->secidx = secidx; in obj_add_symbol()2110 if (sym->secidx >= SHN_LORESERVE) in obj_symbol_final_value()[all …]