Searched refs:ste_idx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c47 ssize_t ste_idx; member in struct:_Elftc_String_Table_Entry
89 s = st->st_string_pool + labs(ste->ste_idx);
274 if (ste->ste_idx < 0) {
292 ste->ste_idx = offset;
320 if ((ste->ste_idx = elftc_string_table_add_to_pool(st,
329 idx = ste->ste_idx;
331 ste->ste_idx = idx = -idx;
347 if (ste == NULL || (idx = ste->ste_idx) < 0)
361 if (ste == NULL || (idx = ste->ste_idx) < 0)
366 ste->ste_idx
[all...]

Completed in 157 milliseconds