Home
last modified time | relevance | path

Searched refs:secidx (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils-24.c549 int secidx; /* the defining section index/module */ member
634 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() argument
2013 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 …]